Need to update to Go 1.17 because of gopackage/ddp dependency

This commit is contained in:
Wim
2021-10-17 00:34:03 +02:00
parent 61bab22dde
commit 504bd109f5
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ jobs:
test-build-upload:
strategy:
matrix:
go-version: [1.16.x, 1.17.x]
go-version: [1.17.x]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps: