Skip to content

Commit 904405c

Browse files
authored
Update manual build to Go 1.16
1 parent 16084f3 commit 904405c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/manual-build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ jobs:
66
runs-on: ubuntu-20.04
77
steps:
88
- uses: actions/checkout@v2
9+
- name: Set up Go
10+
uses: actions/setup-go@v2
11+
with:
12+
go-version: 1.16
913
- name: Run GoReleaser
1014
uses: goreleaser/goreleaser-action@v2
1115
with:

0 commit comments

Comments
 (0)