bump go version #2

Closed
tiburon wants to merge 8 commits from initial_code into master
Showing only changes of commit fa32d5ea3f - Show all commits

View File

@ -4,11 +4,11 @@ name: pipeline
steps:
- name: lint
image: golang
image: golang:1.20
commands:
- make lint
- name: test with race and cover
image: golang
image: golang:1.20
commands:
- make test