github: force Go 1.16 or higher

This commit is contained in:
Michał Matczuk
2021-04-29 18:24:02 +02:00
committed by Michal Jan Matczuk
parent c51d7713a2
commit 7980a955be

View File

@@ -17,6 +17,8 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '^1.16'
- uses: actions/cache@v2
id: gomod-cache
with: