Skip to content

Commit 760b578

Browse files
committed
Bump go in goreleaser
1 parent c92c131 commit 760b578

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ jobs:
1818
fetch-depth: 0
1919
- run: git fetch --force --tags
2020
- uses: actions/setup-go@v3
21+
with:
22+
go-version: '>=1.19.3'
23+
cache: true
2124
- uses: goreleaser/goreleaser-action@v2
2225
with:
2326
distribution: goreleaser

0 commit comments

Comments
 (0)