chore(deps): update golang docker tag to v1.20 #24

Merged
Kichiyaki merged 1 commits from renovate/golang-1.x into master 2023-02-08 05:08:23 +00:00
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