Merge pull request #4085 from thaJeztah/bump_go1.19.7

update to go1.19.7
This commit is contained in:
Sebastiaan van Stijn
2023-03-10 13:03:50 +01:00
committed by GitHub
4 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1
ARG GO_VERSION=1.19.6
ARG GO_VERSION=1.19.7
ARG ALPINE_VERSION=3.16
ARG BUILDX_VERSION=0.10.4

View File

@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1
ARG GO_VERSION=1.19.6
ARG GO_VERSION=1.19.7
ARG ALPINE_VERSION=3.16
ARG GOLANGCI_LINT_VERSION=v1.49.0