Commit Graph

4 Commits

Author SHA1 Message Date
Jeff Schroeder 02bf0de83d github: fix go linting
* Upgrade golangci-lint to a version built with go 1.21.x. The older
  version was a binary version built with go 1.20.x and it was failing
  against the newer code built with go 1.21.x
* print the golangci-lint version in each run to see what version of go
  it was built with in case there are incompatibilties during the next
  upgrade
* remove the linter config skipping over pkg/supervisor entirely and
  instead put in an override to ignore the `unused` linter for the
  pkg/supervisor testhelpers bits for unsed test functions necessary
  to satisfy the test interface.
2024-04-19 14:08:19 -04:00
tbjump 478ea22a3f ci/golangci: fix comment 2023-05-05 07:13:40 -07:00
tbjump bb2ddeeffa ci: add go linters forcetypeassert, noctx, unparam, prealloc 2023-05-05 07:13:40 -07:00
jumpsiegel 091ee0877d
WH-1934: upgrade golang to 1.19 (#1941)
* upgrade to golang 1.19.3

Co-authored-by: tbjump <>
Co-authored-by: tbjump <unknown>
2022-11-28 07:48:27 -06:00