Skip to content

Commit 199609b

Browse files
chore(deps): update dependency go to 1.24 (#244)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a46f9c5 commit 199609b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Setup Go
1212
uses: actions/setup-go@v5
1313
with:
14-
go-version: '1.23'
14+
go-version: '1.24'
1515
- name: GoReleaser
1616
uses: goreleaser/goreleaser-action@v6
1717
with:

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Setup Go
1515
uses: actions/setup-go@v5
1616
with:
17-
go-version: '1.23'
17+
go-version: '1.24'
1818
- name: Setup ko
1919
uses: imjasonh/[email protected]
2020
with:

0 commit comments

Comments
 (0)