use go 1.20

Signed-off-by: techknowlogick <techknowlogick@gitea.io>
This commit is contained in:
techknowlogick 2023-02-07 00:02:59 +08:00
parent 3b83ddcefb
commit 0c367e9576
1 changed files with 2 additions and 2 deletions

View File

@ -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: