Skip to content

Commit 91ac384

Browse files
authored
Update workflow go version to 1.21.0
1 parent aeb08d6 commit 91ac384

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ jobs:
1515
fetch-depth: 0
1616
- name: Set up Go
1717
uses: actions/setup-go@v4
18+
with:
19+
go-version: ">=1.21.0"
20+
check-latest: true
1821
- name: Run GoReleaser
1922
uses: goreleaser/goreleaser-action@v4
2023
with:

0 commit comments

Comments
 (0)