3 Commits

Author SHA1 Message Date
Billy Keyes 071689e91f Test with Go 1.19, upgrade golangci-lint (#35)
The previous version of the golangci-lint action would install its own
version of Go, which eventually conflicted with the old pinned version
of the linter I was using. Upgrade the action to avoid this, but also
update Go and the linter while I'm here.
2022-09-30 22:41:17 -07:00
Billy Keyes b6666095cf Remove deprecated actions commands (#22) 2021-03-19 14:47:06 -07:00
Billy Keyes bedbab3f65 Use GitHub actions for testing and linting (#3)
Use golangci-lint to coordinate linting instead of installing tools
individually. The workflow installs the binary directly instead of using
one of the existing public actions.
2020-02-01 13:19:05 -08:00