From 39b03edf430aa20219e2070e10c55310462b950b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Feb 2024 08:50:26 +0000 Subject: [PATCH 1/2] Bump golang from 1.21.7 to 1.22.0 Bumps golang from 1.21.7 to 1.22.0. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index fa35df7..6e1e90d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # Modifications Copyright 2024 SAP SE or an SAP affiliate company and Gardener contributors ############# builder -FROM golang:1.21.7 AS builder +FROM golang:1.22.0 AS builder ARG GOPROXY=https://proxy.golang.org,direct ENV GOPROXY=$GOPROXY WORKDIR /go/src/github.com/gardener/quic-reverse-http-tunnel From 4d2a6083631acf0b401d82592773303a39ef37aa Mon Sep 17 00:00:00 2001 From: Plamen Kokanov Date: Thu, 22 Feb 2024 09:13:46 +0200 Subject: [PATCH 2/2] Update `go.mod` to `go@1.22` --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 44099dc..6cd3ca5 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/gardener/quic-reverse-http-tunnel -go 1.21 +go 1.22 require ( github.com/quic-go/quic-go v0.41.0