Skip to content

Commit 2657ba9

Browse files
chore(deps): update dependency go to 1.24
1 parent c24ee9c commit 2657ba9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/go.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up Go
1616
uses: actions/setup-go@v4
1717
with:
18-
go-version: '1.20'
18+
go-version: '1.24'
1919

2020
- name: Build
2121
run: go build -v ./...

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up Go
1616
uses: actions/setup-go@v4
1717
with:
18-
go-version: '1.20'
18+
go-version: '1.24'
1919
- name: Run GoReleaser
2020
uses: goreleaser/goreleaser-action@v4
2121
with:

0 commit comments

Comments
 (0)