all: go 1.17 (#197)

Bump CI Go versions to 1.16 and 1.17.
Update build tags with `go:build` equivalents.
Upgrade asmfmt tool for new `go:build` support.

Updates #183
This commit is contained in:
Michael McLoughlin
2021-10-29 01:18:34 -07:00
committed by GitHub
parent 79bee1a316
commit 9c70781236
37 changed files with 41 additions and 9 deletions

View File

@@ -15,7 +15,7 @@ jobs:
test:
strategy:
matrix:
go-version: [1.15.x, 1.16.x]
go-version: [1.16.x, 1.17.x]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
@@ -59,7 +59,7 @@ jobs:
lint:
strategy:
matrix:
go-version: [1.16.x]
go-version: [1.17.x]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps: