We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ea059f commit d72d4f5Copy full SHA for d72d4f5
.github/workflows/ci.yaml
@@ -7,7 +7,7 @@ on:
7
8
env:
9
CGO_ENABLED: 0
10
- GO_VERSION: '1.21'
+ GO_VERSION: '1.23'
11
REGISTRY: ghcr.io
12
# github.repository as <account>/<repo>
13
IMAGE_NAME: ${{ github.repository }}
go.mod
@@ -1,8 +1,8 @@
1
module github.com/tinkerbell/cluster-api-provider-tinkerbell
2
3
-go 1.21.0
+go 1.23.0
4
5
-toolchain go1.21.2
+toolchain go1.23.1
6
require (
github.com/go-logr/logr v1.4.1
0 commit comments