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

@@ -1,8 +1,7 @@
// Code generated by command: go run asm.go -out allocfail.s -stubs stubs.go. DO NOT EDIT.
// +build !appengine
// +build !noasm
// +build gc
//go:build !appengine && !noasm && gc
// +build !appengine,!noasm,gc
#include "textflag.h"

View File

@@ -1,3 +1,4 @@
//go:build ignore
// +build ignore
package main

View File

@@ -1,8 +1,7 @@
// Code generated by command: go run asm.go -out allocfail.s -stubs stubs.go. DO NOT EDIT.
// +build !appengine
// +build !noasm
// +build gc
//go:build !appengine && !noasm && gc
// +build !appengine,!noasm,gc
package allocfail