Skip to content

Commit

Permalink
Merge pull request #2 from gardener/dependabot/docker/golang-1.22.0
Browse files Browse the repository at this point in the history
Bump golang from 1.21.7 to 1.22.0
  • Loading branch information
plkokanov authored Feb 22, 2024
2 parents 86aa10c + 4d2a608 commit 417c035
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 417c035

Please sign in to comment.