Skip to content

Commit

Permalink
Merge pull request #227 from chiukapoor/v1.32-rancher
Browse files Browse the repository at this point in the history
[v1.32] Bump golang to 1.23
  • Loading branch information
chiukapoor authored Feb 14, 2025
2 parents 6b60e56 + 558d9b6 commit 020ddba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.dapper
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.suse.com/bci/golang:1.22
FROM registry.suse.com/bci/golang:1.23

ARG DAPPER_HOST_ARCH
ENV HOST_ARCH=${DAPPER_HOST_ARCH} ARCH=${DAPPER_HOST_ARCH}
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/rke-tools

go 1.22
go 1.23

toolchain go1.22.8
toolchain go1.23.6

require (
github.com/minio/minio-go/v7 v7.0.74
Expand Down

0 comments on commit 020ddba

Please sign in to comment.