v0.3.0
- Support for outputting
go:build
constraints:avo
will output+build
,go:build
or both depending on the Go version. - Third-party test suite refactored for stability and parallel execution in Github actions
Changelog
- Update/add third party by @klauspost in #186
- ci: bump to go 1.16 by @mmcloughlin in #166
- doc: link to Filippo's live stream in README by @mmcloughlin in #187
- ci: github actions hardening by @mmcloughlin in #190
- ci: upgrade codecov action by @mmcloughlin in #196
- tests/thirdparty: fix and run as github workflow by @mmcloughlin in #198
- tests/thirdparty: add segmentio/asm by @mmcloughlin in #201
- tests/thirdparty: fix phoreproject-bls by @mmcloughlin in #204
- script: switch to install.sh from golangci-lint repo by @mmcloughlin in #203
- script: pin golangci-lint install script by @mmcloughlin in #205
- buildtags: go:build support by @mmcloughlin in #208
- printer: constraints formatting by @mmcloughlin in #209
- all: go 1.17 by @mmcloughlin in #197
- script: switch to go install for tools by @mmcloughlin in #210
- buildtags: Format only go:build lines for go 1.18+ by @mmcloughlin in #211
Full Changelog: v0.2.0...v0.3.0