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

This commit is contained in:
Renovate 2023-02-02 00:03:26 +00:00
parent 345373eaee
commit 8fa2445606
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