chore(deps): update golang docker tag to v1.21
continuous-integration/drone/pr Build is passing Details
continuous-integration/drone/push Build is passing Details

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