Skip to content
This repository was archived by the owner on Jun 28, 2022. It is now read-only.

Commit b73a4f6

Browse files
authored
Update Github action to use Go 1.13.x :sigh:
1 parent 406e015 commit b73a4f6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,13 @@ jobs:
2222
-
2323
name: Set up Go
2424
uses: actions/setup-go@v1
25+
with:
26+
go-version: 1.13.x
2527
-
2628
name: Run GoReleaser
2729
uses: goreleaser/goreleaser-action@v1
2830
with:
2931
version: latest
3032
args: release
3133
env:
32-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
34+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)