ci: bump to go 1.23 (#453)
Upgrade to Go 1.23. Upgrade also requires bumping `golangci-lint` to v1.62.2, and upgrading third-party test versions for some failing cases.
This commit is contained in:
committed by
GitHub
parent
3b84ecd27b
commit
b985ff5775
1
tests/thirdparty/packages_test.go
vendored
1
tests/thirdparty/packages_test.go
vendored
@@ -34,7 +34,6 @@ func TestPackages(t *testing.T) {
|
||||
}
|
||||
|
||||
for _, tst := range s.Projects.Tests() {
|
||||
tst := tst // scopelint
|
||||
t.Run(tst.ID(), func(t *testing.T) {
|
||||
if tst.Project.Skip() {
|
||||
t.Skipf("skip: %s", tst.Project.Reason())
|
||||
|
||||
Reference in New Issue
Block a user