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
feat: bump go directive 1.23 -> 1.24
Remove the deactivated exportloopref linter from the list of disabled
linters. Add tenv to the list of disabled linters. This will suppress
warnings from golangci-lint.
chore: aug 2024 maintenance pass
* remove gitlens from list of recommended extensions
* update golangci-lint action
* update codeql analysis action v2 -> v3
* remove deprecated extensions that were disabled in
.golangci.yml
* name magic number octal literal in logger.go
* use new for-range over integers syntax
* bump go directive to 1.23
chore: update go.mod to use go 1.22
Also bump the github.com/rogpeppe/go-internal
indirect dep from 1.11 to 1.12.
Also fix CI by making actions/setup-go fetch the
Go version from the go.mod file.