Skip to content

Commit

Permalink
Bump go to v1.23.4
Browse files Browse the repository at this point in the history
Signed-off-by: Fredrik Lönnegren <[email protected]>
  • Loading branch information
frelon committed Jan 8, 2025
1 parent 7575bec commit f3c3387
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG BASE_OS_IMAGE=registry.opensuse.org/opensuse/tumbleweed
ARG GO_VERSION=1.22
ARG GO_VERSION=1.23

FROM --platform=$BUILDPLATFORM golang:${GO_VERSION}-alpine AS elemental-bin

Expand Down
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module github.com/rancher/elemental-toolkit/v2

go 1.22.0

toolchain go1.22.4
go 1.23.4

require (
github.com/bramvdbogaerde/go-scp v1.5.0
Expand Down

0 comments on commit f3c3387

Please sign in to comment.