mirror of
https://gitea.com/gitea/changelog
synced 2025-10-05 16:32:45 +02:00
use go 1.20 (#68)
Co-authored-by: 6543 <6543@obermui.de> Reviewed-on: https://gitea.com/gitea/changelog/pulls/68 Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com> Reviewed-by: 6543 <6543@obermui.de> Reviewed-by: appleboy <appleboy.tw@gmail.com>
This commit is contained in:
@@ -13,7 +13,7 @@ trigger:
|
||||
steps:
|
||||
- name: build
|
||||
pull: always
|
||||
image: golang:1.18
|
||||
image: golang:1.20
|
||||
environment:
|
||||
GOPROXY: https://goproxy.io,direct
|
||||
commands:
|
||||
@@ -22,7 +22,7 @@ steps:
|
||||
|
||||
- name: check
|
||||
pull: always
|
||||
image: golang:1.18
|
||||
image: golang:1.20
|
||||
environment:
|
||||
GOPROXY: https://goproxy.io,direct
|
||||
commands:
|
||||
|
Reference in New Issue
Block a user