Skip to content

Commit

Permalink
Update to Go 1.23
Browse files Browse the repository at this point in the history
Signed-off-by: Jacob Weinstock <[email protected]>
  • Loading branch information
jacobweinstock committed Sep 11, 2024
1 parent 9ea059f commit d72d4f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

env:
CGO_ENABLED: 0
GO_VERSION: '1.21'
GO_VERSION: '1.23'
REGISTRY: ghcr.io
# github.repository as <account>/<repo>
IMAGE_NAME: ${{ github.repository }}
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/tinkerbell/cluster-api-provider-tinkerbell

go 1.21.0
go 1.23.0

toolchain go1.21.2
toolchain go1.23.1

require (
github.com/go-logr/logr v1.4.1
Expand Down

0 comments on commit d72d4f5

Please sign in to comment.