Skip to content

Commit

Permalink
Upgrade go version to 1.23
Browse files Browse the repository at this point in the history
Signed-off-by: Vatsal Parekh <[email protected]>
  • Loading branch information
vatsalparekh committed Jan 14, 2025
1 parent 6d31e91 commit 0137dde
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax = docker/dockerfile:experimental
FROM registry.suse.com/bci/golang:1.22 as build
FROM registry.suse.com/bci/golang:1.23 as build
COPY go.mod go.sum main.go /src/
COPY pkg /src/pkg/
#RUN --mount=type=cache,target=/root/.cache/go-build \
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module github.com/rancher/steve

go 1.22.0
go 1.23

toolchain go1.22.7
toolchain go1.23.4

replace (
github.com/crewjam/saml => github.com/rancher/saml v0.2.0
Expand Down

0 comments on commit 0137dde

Please sign in to comment.