Skip to content

Commit a9027cf

Browse files
committed
Specify Go version for release workflow
1 parent b8a5971 commit a9027cf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ jobs:
1717
uses: actions/checkout@v2
1818
with:
1919
fetch-depth: 0
20+
-
21+
name: Set up Go
22+
uses: actions/setup-go@v2
23+
with:
24+
go-version: 1.16
2025
-
2126
name: Import GPG key
2227
id: import_gpg

0 commit comments

Comments
 (0)