Skip to content

Commit cb7ed4e

Browse files
committed
update go to 1.23
1 parent 25ac6a7 commit cb7ed4e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.pipeline/e2e.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
steps:
2828
- task: GoTool@0
2929
inputs:
30-
version: '1.22.2'
30+
version: '1.23.1'
3131
- bash: |
3232
echo $(registry.password) | docker login $(registry.url) -u $(registry.username) --password-stdin
3333
displayName: docker login

docker/base.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# syntax=docker/dockerfile:1
22
# Build the manager binary
3-
FROM --platform=$BUILDPLATFORM mcr.microsoft.com/oss/go/microsoft/golang:1.22.7 as builder
3+
FROM --platform=$BUILDPLATFORM mcr.microsoft.com/oss/go/microsoft/golang:1.23.1 as builder
44
WORKDIR /workspace
55
# Copy the Go Modules manifests
66
COPY go.mod go.mod

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/Azure/kube-egress-gateway
22

3-
go 1.22.5
3+
go 1.23.1
44

55
require (
66
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.14.0

0 commit comments

Comments
 (0)