Skip to content

Commit 53df5a3

Browse files
renovate[bot]prb112
authored andcommitted
chore(deps): update dependency go to v1.24.3
1 parent 37e63b1 commit 53df5a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Setup Go 1.23.x
3434
uses: actions/setup-go@v5
3535
with:
36-
go-version: '1.23.x'
36+
go-version: '1.24.x'
3737
# Eventually we should build inline...
3838

3939
- name: Build the binaries

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/IBM/power-dra-driver
22

33
go 1.24.0
44

5-
toolchain go1.24.1
5+
toolchain go1.24.3
66

77
require (
88
github.com/google/uuid v1.6.0

0 commit comments

Comments
 (0)