Skip to content

Commit 3ca506c

Browse files
authoredMar 17, 2025
chore(deps): update dependency go to 1.24 (#529)
Generated by renovateBot Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 326f0d7 commit 3ca506c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.github/workflows/build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Set up Go
3737
uses: actions/setup-go@v5
3838
with:
39-
go-version: "1.23"
39+
go-version: "1.24"
4040

4141
- name: Download Go modules
4242
run: go mod download

‎.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Set up Go
5151
uses: actions/setup-go@v5
5252
with:
53-
go-version: "1.23"
53+
go-version: "1.24"
5454

5555
- name: Run GoReleaser
5656
uses: goreleaser/goreleaser-action@v6

0 commit comments

Comments
 (0)