Skip to content

Commit

Permalink
update go to 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
jwtty committed Sep 11, 2024
1 parent 25ac6a7 commit 4b36336
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pipeline/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
steps:
- task: GoTool@0
inputs:
version: '1.22.2'
version: '1.23.1'
- bash: |
echo $(registry.password) | docker login $(registry.url) -u $(registry.username) --password-stdin
displayName: docker login
Expand Down
2 changes: 1 addition & 1 deletion docker/base.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1
# Build the manager binary
FROM --platform=$BUILDPLATFORM mcr.microsoft.com/oss/go/microsoft/golang:1.22.7 as builder
FROM --platform=$BUILDPLATFORM mcr.microsoft.com/oss/go/microsoft/golang:1.23.1 as builder
WORKDIR /workspace
# Copy the Go Modules manifests
COPY go.mod go.mod
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/Azure/kube-egress-gateway

go 1.22.5
go 1.23.1

require (
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.14.0
Expand Down

0 comments on commit 4b36336

Please sign in to comment.