Skip to content

Commit 9a3f9a6

Browse files
authored
Merge pull request #77 from sylabs/dependabot/go_modules/github.com/sylabs/json-resp-0.9.5
build(deps): bump github.com/sylabs/json-resp from 0.9.4 to 0.9.5
2 parents b24872a + cb80403 commit 9a3f9a6

File tree

4 files changed

+29
-12
lines changed

4 files changed

+29
-12
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

2020
jobs:
2121
lint-markdown:

.golangci.yml

Lines changed: 23 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1+
version: "2"
12
linters:
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$

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ module github.com/sylabs/scs-key-client
22

33
go 1.17
44

5-
require github.com/sylabs/json-resp v0.9.4
5+
require github.com/sylabs/json-resp v0.9.5

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
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=

0 commit comments

Comments
 (0)