Michael McLoughlin
34ac353c14
all: remove +build tags ( #377 )
...
Commit 759be3dad9 bumped our Go
requirement to 1.18 which allows us to drop support for old-style
`+build` tags. This change runs `go fix ./...` to remove them, and
updates some remaining code generators that produced `+build` lines.
2023-03-05 20:30:01 -08:00
Michael McLoughlin
e788b7675f
all: upgrade to golangci-lint v1.49.0 ( #329 )
...
Fixes #242
2022-09-05 17:25:03 -07:00
Michael McLoughlin
72b8db9c80
all: upgrade golangci-lint and formatters ( #240 )
2022-03-27 15:31:26 -07:00
Michael McLoughlin
9c70781236
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
2021-10-29 01:18:34 -07:00
Michael McLoughlin
e9f28cafb8
attr: flag test methods ( #177 )
...
Adds a method to the Attribute type to test for each flag in the textflag.h header.
2021-04-11 13:25:13 -07:00
Michael McLoughlin
c5faaae583
attr: generate code from textflag.h ( #176 )
2021-04-10 23:45:40 -07:00