File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 27
27
steps :
28
28
- task : GoTool@0
29
29
inputs :
30
- version : ' 1.22.2 '
30
+ version : ' 1.23.1 '
31
31
- bash : |
32
32
echo $(registry.password) | docker login $(registry.url) -u $(registry.username) --password-stdin
33
33
displayName: docker login
Original file line number Diff line number Diff line change 1
1
# syntax=docker/dockerfile:1
2
2
# Build the manager binary
3
- FROM --platform=$BUILDPLATFORM mcr.microsoft.com/oss/go/microsoft/golang:1.22.6 as builder
3
+ FROM --platform=$BUILDPLATFORM mcr.microsoft.com/oss/go/microsoft/golang:1.23.1 as builder
4
4
WORKDIR /workspace
5
5
# Copy the Go Modules manifests
6
6
COPY go.mod go.mod
Original file line number Diff line number Diff line change 1
1
module github.com/Azure/kube-egress-gateway
2
2
3
- go 1.22.5
3
+ go 1.23
4
4
5
5
require (
6
6
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.14.0
You can’t perform that action at this time.
0 commit comments