Skip to content

Commit

Permalink
Merge pull request #54 from sylabs/update-circleci
Browse files Browse the repository at this point in the history
Update to Go 1.19
  • Loading branch information
tri-adam committed Aug 29, 2022
2 parents cf9e3b3 + 923bba9 commit 2e95016
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 11 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Expand Up @@ -6,16 +6,16 @@ orbs:
executors:
node:
docker:
- image: node:17-slim
- image: node:18-slim
golangci-lint:
docker:
- image: golangci/golangci-lint:v1.47
- image: golangci/golangci-lint:v1.49
golang-previous:
docker:
- image: golang:1.17
- image: golang:1.18
golang-latest:
docker:
- image: golang:1.18
- image: golang:1.19

jobs:
lint-markdown:
Expand Down
10 changes: 4 additions & 6 deletions .golangci.yml
Expand Up @@ -5,17 +5,16 @@ linters:
- bodyclose
- containedctx
- contextcheck
- deadcode
- decorder
- depguard
- dogsled
- dupl
- errcheck
- errchkjson
- funlen
- gochecknoinits
- gocognit
- errchkjson
- gochecknoinits
- gocognit
- goconst
- gocritic
- gocyclo
Expand All @@ -28,21 +27,20 @@ linters:
- govet
- grouper
- ineffassign
- interfacebloat
- ireturn
- maintidx
- misspell
- nakedret
- nilnil
- prealloc
- reassign
- revive
- rowserrcheck
- staticcheck
- structcheck
- stylecheck
- tenv
- typecheck
- unconvert
- unparam
- unused
- varcheck
- whitespace
2 changes: 1 addition & 1 deletion go.mod
@@ -1,3 +1,3 @@
module github.com/sylabs/json-resp

go 1.17
go 1.18

0 comments on commit 2e95016

Please sign in to comment.