chore(deps): update golang docker tag #30

Merged
Kichiyaki merged 1 commits from renovate/golang-1.x into master 2023-02-02 11:26:07 +00:00
2 changed files with 3 additions and 3 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

View File

@ -1,4 +1,4 @@
FROM golang:1.19.5-alpine3.16 as builder
FROM golang:1.20.0-alpine3.16 as builder
WORKDIR /notificationarr