Skip to content

Commit c586a8f

Browse files
committed
Opt: Unified Golang version
1 parent 8e439b2 commit c586a8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Go
1818
uses: actions/setup-go@v4
1919
with:
20-
go-version: '1.21'
20+
go-version: '1.20'
2121

2222
- name: Make All
2323
run: make multi VERSION="${{ github.ref_name }}"

0 commit comments

Comments
 (0)