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

This commit is contained in:
Renovate 2023-08-09 19:31:13 +00:00
parent 6d5ae4d8de
commit 718163063c
1 changed files with 2 additions and 2 deletions

View File

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