Skip to content
This repository was archived by the owner on Jul 22, 2025. It is now read-only.

Commit 5d1a9f0

Browse files
authored
Update go version for the goreleaser (#621)
1 parent 96ae3a0 commit 5d1a9f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ jobs:
1515
fetch-depth: 0
1616
- uses: actions/setup-go@v3
1717
with:
18-
go-version: '1.20'
18+
go-version: '1.21'
1919
- run: go build ./...

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
fetch-depth: 0
1313
- uses: actions/setup-go@v3
1414
with:
15-
go-version: '1.20'
15+
go-version: '1.21'
1616
- uses: crazy-max/ghaction-import-gpg@v5
1717
id: import_gpg
1818
with:

0 commit comments

Comments
 (0)