Skip to content

Commit

Permalink
bump to Go 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
OliverMKing authored Dec 6, 2024
1 parent 7cc6426 commit 87d2c29
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/oss/go/microsoft/golang:1.22 as builder
FROM mcr.microsoft.com/oss/go/microsoft/golang:1.23 as builder

WORKDIR /go/src/github.com/Azure/aks-app-routing-operator
ADD . .
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.e2e
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/oss/go/microsoft/golang:1.22 as builder
FROM mcr.microsoft.com/oss/go/microsoft/golang:1.23 as builder

WORKDIR /go/src/e2e
ADD . .
Expand Down
2 changes: 1 addition & 1 deletion devenv/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# convenience dockerfile for unit tests
# run make unit from root
FROM mcr.microsoft.com/oss/go/microsoft/golang:1.22
FROM mcr.microsoft.com/oss/go/microsoft/golang:1.23
RUN mkdir -p /usr/local/kubebuilder/bin
RUN wget -q https://github.com/etcd-io/etcd/releases/download/v3.5.0/etcd-v3.5.0-linux-amd64.tar.gz &&\
tar xzf etcd-v3.5.0-linux-amd64.tar.gz &&\
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/aks-app-routing-operator

go 1.22.7
go 1.23

require (
github.com/Azure/go-autorest/autorest v0.11.29
Expand Down
2 changes: 1 addition & 1 deletion testing/e2e/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/Azure/aks-app-routing-operator/testing/e2e

go 1.22.7
go 1.23

require (
github.com/Azure/aks-app-routing-operator v0.0.3
Expand Down

0 comments on commit 87d2c29

Please sign in to comment.