chore(deps): update golang docker tag to v1.21 (main) #20

Merged
renovate-bot merged 1 commits from renovate/main-golang-1.x into main 2023-08-09 07:11:08 +00:00

View File

@ -3,16 +3,16 @@ kind: pipeline
name: coopcloud.tech/tagcmp
steps:
- name: gofmt
image: golang:1.20
image: golang:1.21
commands:
- test -z "$(gofmt -l .)"
- name: go build
image: golang:1.20
image: golang:1.21
commands:
- go build -v .
- name: go test
image: golang:1.20
image: golang:1.21
commands:
- go test . -cover