Skip to content

Commit ad8b9b2

Browse files
committed
chore : bump go version in workflows
Signed-off-by: Pratik Raj <[email protected]>
1 parent 545df71 commit ad8b9b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
- name: setup Go
77
uses: actions/setup-go@v6
88
with:
9-
go-version: '1.23.8'
9+
go-version: '1.24.0'
1010

1111
- uses: actions/[email protected]
1212
with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: setup Go
1919
uses: actions/setup-go@v6
2020
with:
21-
go-version: '1.23.8'
21+
go-version: '1.24.0'
2222

2323
- run: make test
2424

0 commit comments

Comments
 (0)