You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
build: Use Go 1.17 for golangci linting and update golangci/golangci-lint-action (#364)
* Use Go 1.17 for golangci linting and update golangci/golangci-lint-action
Go 1.18 is not supported by golangci-lint yet since generics are not
supported.
Signed-off-by: Ethan Lowman <[email protected]>
* Try to make the linter happy
Signed-off-by: Ethan Lowman <[email protected]>
* Fix go version
Signed-off-by: Ethan Lowman <[email protected]>
* Remove usage of deprecated io/ioutil
Signed-off-by: Ethan Lowman <[email protected]>
* Appease gofmt for 1.19
Signed-off-by: Ethan Lowman <[email protected]>
* Remove one more ioutil instance
Signed-off-by: Ethan Lowman <[email protected]>
* Remove decodeRoot
Signed-off-by: Ethan Lowman <[email protected]>
* Remove more unused functions
Signed-off-by: Ethan Lowman <[email protected]>
Signed-off-by: Ethan Lowman <[email protected]>
0 commit comments