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

This commit is contained in:
Comrade Renovate Bot 2023-08-09 07:10:31 +00:00
parent 57e8e24f7a
commit eb3e7758d4
1 changed files with 3 additions and 3 deletions

View File

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