File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed
Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 strategy :
1212 matrix :
13- go : [stable, oldstable]
13+ # starting with go 1.24 the GODEBUG=x509sha1=1 flag has been removed.
14+ # many tests rely on sha1 certificates. After resolving #1413 we can
15+ # run these on stable and old stable again.
16+ go : ['1.23', '1.22']
1417 services :
1518 # Label used to access the service container
1619 postgres :
7679 go-version : 1.18
7780 - name : golangci-lint
7881 uses : golangci/golangci-lint-action@v6
79-
82+ with :
83+ # There is a breaking change in 1.58 that causes the linter not to recognize
84+ # internal imports or standard library imports and results in linting errors
85+ # that cannot be ignored.
86+ # e.g certdb/certdb.go:5:2: could not import encoding/json (Config.Importer.Import(encoding/json) returned nil but no error) (typecheck)
87+ version : v1.57
You can’t perform that action at this time.
0 commit comments