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

This commit is contained in:
Renovate 2022-08-02 19:01:43 +00:00
parent 9d7c043f47
commit 8162237c60
2 changed files with 3 additions and 3 deletions

View File

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

View File

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