X Tutup
Skip to content

Commit 4f552b0

Browse files
committed
Compile binaries for go1.16 and go1.17 in CI
Signed-off-by: Derek McGowan <derek@mcg.dev>
1 parent 762b018 commit 4f552b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ jobs:
201201
strategy:
202202
matrix:
203203
os: [ubuntu-18.04, macos-10.15, windows-2019, windows-2022]
204-
go-version: ['1.17.5']
204+
go-version: ['1.16.13', '1.17.5']
205205

206206
steps:
207207
- uses: actions/setup-go@v2

0 commit comments

Comments
 (0)
X Tutup