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.
This commit is contained in:
Billy Keyes
2022-09-30 22:41:17 -07:00
committed by GitHub
parent 75930390c9
commit 071689e91f
5 changed files with 12 additions and 14 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
//+build ignore
//go:build ignore
// bin.go is a helper CLI to manipulate binary diff data for testing purposes.
// It can decode patches generated by git using the standard parsing functions