Skip to content

Commit 468490f

Browse files
Update go ( 1.23.11 β†’ 1.24.5 )
| datasource | package | from | to | | --------------- | ------------------- | ------- | ------ | | github-releases | actions/go-versions | 1.23.11 | 1.24.5 | Signed-off-by: Davide Rutigliano <[email protected]>
1 parent 5506d3e commit 468490f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

β€Ž.github/workflows/ci.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: Set up Go
5050
uses: actions/setup-go@v4
5151
with:
52-
go-version: "1.23"
52+
go-version: "1.24"
5353

5454
- name: Build Golang Binary
5555
run: |

β€Ž.github/workflows/pull_request.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Set up Go
2727
uses: actions/setup-go@v4
2828
with:
29-
go-version: "1.23"
29+
go-version: "1.24"
3030

3131
# Build Golang binary
3232
- name: Build Golang Binary

β€Ž.github/workflows/release.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Set up Go
2424
uses: actions/setup-go@v4
2525
with:
26-
go-version: "1.23"
26+
go-version: "1.24"
2727

2828
# Build Golang binary
2929
- name: Build Golang Binary

0 commit comments

Comments
Β (0)