Skip to content

Commit 7980a95

Browse files
committed
github: force Go 1.16 or higher
1 parent c51d771 commit 7980a95

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

+2
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v2
1919
- uses: actions/setup-go@v2
20+
with:
21+
go-version: '^1.16'
2022
- uses: actions/cache@v2
2123
id: gomod-cache
2224
with:

0 commit comments

Comments
 (0)