mirror of
https://gitea.com/gitea/changelog
synced 2025-10-06 00:43:32 +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:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
pull: always
|
pull: always
|
||||||
image: golang:1.18
|
image: golang:1.20
|
||||||
environment:
|
environment:
|
||||||
GOPROXY: https://goproxy.io,direct
|
GOPROXY: https://goproxy.io,direct
|
||||||
commands:
|
commands:
|
||||||
@@ -22,7 +22,7 @@ steps:
|
|||||||
|
|
||||||
- name: check
|
- name: check
|
||||||
pull: always
|
pull: always
|
||||||
image: golang:1.18
|
image: golang:1.20
|
||||||
environment:
|
environment:
|
||||||
GOPROXY: https://goproxy.io,direct
|
GOPROXY: https://goproxy.io,direct
|
||||||
commands:
|
commands:
|
||||||
|
Reference in New Issue
Block a user