use go 1.20 #68

Merged
techknowlogick merged 3 commits from refs/pull/68/head into main 2023-02-27 21:59:03 +00:00
Showing only changes of commit 0c367e9576 - Show all commits

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