File tree Expand file tree Collapse file tree 4 files changed +29
-12
lines changed Expand file tree Collapse file tree 4 files changed +29
-12
lines changed Original file line number Diff line number Diff line change @@ -9,13 +9,13 @@ executors:
99 - image : node:22-slim
1010 golangci-lint :
1111 docker :
12- - image : golangci/golangci-lint:v1.60
12+ - image : golangci/golangci-lint:v2.2
1313 golang-previous :
1414 docker :
15- - image : golang:1.22
15+ - image : golang:1.23
1616 golang-latest :
1717 docker :
18- - image : golang:1.23
18+ - image : golang:1.24
1919
2020jobs :
2121 lint-markdown :
Original file line number Diff line number Diff line change 1+ version : " 2"
12linters :
2- disable-all : true
3+ default : none
34 enable :
45 - bidichk
56 - bodyclose
@@ -15,11 +16,8 @@ linters:
1516 - gocritic
1617 - gocyclo
1718 - godox
18- - gofumpt
19- - goimports
2019 - goprintffuncname
2120 - gosec
22- - gosimple
2321 - govet
2422 - grouper
2523 - ineffassign
@@ -31,9 +29,28 @@ linters:
3129 - prealloc
3230 - revive
3331 - staticcheck
34- - tenv
35- - typecheck
3632 - unconvert
3733 - unparam
3834 - unused
3935 - whitespace
36+ exclusions :
37+ generated : lax
38+ presets :
39+ - comments
40+ - common-false-positives
41+ - legacy
42+ - std-error-handling
43+ paths :
44+ - third_party$
45+ - builtin$
46+ - examples$
47+ formatters :
48+ enable :
49+ - gofumpt
50+ - goimports
51+ exclusions :
52+ generated : lax
53+ paths :
54+ - third_party$
55+ - builtin$
56+ - examples$
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ module github.com/sylabs/scs-key-client
22
33go 1.17
44
5- require github.com/sylabs/json-resp v0.9.4
5+ require github.com/sylabs/json-resp v0.9.5
Original file line number Diff line number Diff line change 1- github.com/sylabs/json-resp v0.9.4 h1:gFvnPdfrBUQgTAFKcxW8VOTfFdj/eOwBrwSG76BwiCw =
2- github.com/sylabs/json-resp v0.9.4 /go.mod h1:Q9X4wRlZNPv3x76KaL8vTCBO4aC/DP2gh13xdtEqd1g =
1+ github.com/sylabs/json-resp v0.9.5 h1:mSMWgfolaCOeWB/+IpedxlZ+MRYh4PcCLMgay5b/Xyk =
2+ github.com/sylabs/json-resp v0.9.5 /go.mod h1:Q9X4wRlZNPv3x76KaL8vTCBO4aC/DP2gh13xdtEqd1g =
You can’t perform that action at this time.
0 commit comments