chore(deps): update dependency golang to v1.19 #1228

Merged
konrad merged 4 commits from renovate/golang-1.x into main 2022-10-01 15:05:17 +00:00
3 changed files with 3 additions and 3 deletions
Showing only changes of commit 47a60751a4 - Show all commits

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