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

This commit is contained in:
Renovate 2023-02-02 00:00:21 +00:00
parent 89b13247b1
commit 316e601f57
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ name: test
steps:
- name: test
image: golang:1.19
image: golang:1.20
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.19
image: golang:1.20
commands:
- go mod tidy
- git diff --exit-code go.mod