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

@@ -36,6 +36,7 @@ $ go get -u github.com/mmcloughlin/avo
[embedmd]:# (examples/add/asm.go)
```go
//go:build ignore
// +build ignore
package main