chore(deps): update dependency golang to v1.19
continuous-integration/drone/pr Build is pending Details

This commit is contained in:
renovate 2022-08-15 22:00:46 +00:00
parent c9e044b3ad
commit 93bf2120a8
3 changed files with 3 additions and 3 deletions

View File

@ -132,7 +132,7 @@ steps:
event: [ push, tag, pull_request ]
- name: lint
image: golang:1.17-alpine
image: golang:1.19-alpine
pull: true
environment:
GOPROXY: 'https://goproxy.kolaente.de'

View File

@ -1,7 +1,7 @@
##############
# Build stage
FROM golang:1.18-alpine AS build-env
FROM golang:1.19-alpine AS build-env
RUN apk --no-cache add build-base git && \
go install github.com/magefile/mage@latest && \

View File

@ -1,7 +1,7 @@
##############
# Build stage
FROM golang:1.18-buster AS build-env
FROM golang:1.19-buster AS build-env
RUN go install github.com/magefile/mage@latest && \
mv /go/bin/mage /usr/local/go/bin