Skip to content

Commit c57692a

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

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

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Setup Go
1313
uses: actions/setup-go@v1
1414
with:
15-
go-version: '1.23'
15+
go-version: '1.24'
1616
- name: GoReleaser
1717
uses: goreleaser/goreleaser-action@v1
1818
with:

0 commit comments

Comments
 (0)