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 37e63b1 commit 53df5a3Copy full SHA for 53df5a3
.github/workflows/publish.yaml
@@ -33,7 +33,7 @@ jobs:
33
- name: Setup Go 1.23.x
34
uses: actions/setup-go@v5
35
with:
36
- go-version: '1.23.x'
+ go-version: '1.24.x'
37
# Eventually we should build inline...
38
39
- name: Build the binaries
go.mod
@@ -2,7 +2,7 @@ module github.com/IBM/power-dra-driver
2
3
go 1.24.0
4
5
-toolchain go1.24.1
+toolchain go1.24.3
6
7
require (
8
github.com/google/uuid v1.6.0
0 commit comments