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: steps:
- name: lint - name: lint
image: golang image: golang:1.20
commands: commands:
- make lint - make lint
- name: test with race and cover - name: test with race and cover
image: golang image: golang:1.20
commands: commands:
- make test - make test