Skip to content

Commit d72d4f5

Browse files
Update to Go 1.23
Signed-off-by: Jacob Weinstock <[email protected]>
1 parent 9ea059f commit d72d4f5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
env:
99
CGO_ENABLED: 0
10-
GO_VERSION: '1.21'
10+
GO_VERSION: '1.23'
1111
REGISTRY: ghcr.io
1212
# github.repository as <account>/<repo>
1313
IMAGE_NAME: ${{ github.repository }}

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module github.com/tinkerbell/cluster-api-provider-tinkerbell
22

3-
go 1.21.0
3+
go 1.23.0
44

5-
toolchain go1.21.2
5+
toolchain go1.23.1
66

77
require (
88
github.com/go-logr/logr v1.4.1

0 commit comments

Comments
 (0)