chore(deps): update golang docker tag to v1.21
All checks were successful
continuous-integration/drone/pr Build is passing

This commit is contained in:
Renovate 2023-08-09 19:30:20 +00:00
parent 1a4780ee4d
commit 774b8d9e5d

View File

@ -5,7 +5,7 @@ name: test
steps: steps:
- name: test - name: test
image: golang:1.20 image: golang:1.21
commands: commands:
- go test -race -coverprofile=coverage.txt -covermode=atomic ./... - go test -race -coverprofile=coverage.txt -covermode=atomic ./...
@ -23,7 +23,7 @@ name: check-go-mod
steps: steps:
- name: check go.mod - name: check go.mod
image: golang:1.20 image: golang:1.21
commands: commands:
- go mod tidy - go mod tidy
- git diff --exit-code go.mod - git diff --exit-code go.mod