Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI Updates #49

Merged
merged 3 commits into from Feb 25, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions .circleci/config.yml
Expand Up @@ -6,10 +6,10 @@ orbs:
executors:
node:
docker:
- image: node:16-slim
- image: node:17-slim
golangci-lint:
docker:
- image: golangci/golangci-lint:v1.43-alpine
- image: golangci/golangci-lint:v1.44-alpine
golang-previous:
docker:
- image: golang:1.16
Expand Down
7 changes: 7 additions & 0 deletions .golangci.yml
Expand Up @@ -3,15 +3,19 @@ linters:
enable:
- bidichk
- bodyclose
- containedctx
- contextcheck
- deadcode
- decorder
- depguard
- dogsled
- dupl
- errcheck
- funlen
- gochecknoinits
- gocognit
- errchkjson
- gochecknoinits
- goconst
- gocritic
- gocyclo
Expand All @@ -22,8 +26,10 @@ linters:
- gosec
- gosimple
- govet
- grouper
- ineffassign
- ireturn
- maintidx
- misspell
- nakedret
- nilnil
Expand All @@ -39,3 +45,4 @@ linters:
- unparam
- unused
- varcheck
- whitespace
2 changes: 2 additions & 0 deletions LICENSE.md
@@ -1,5 +1,7 @@
# LICENSE

Copyright (c) 2018-2022, Sylabs Inc. All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

Expand Down
2 changes: 1 addition & 1 deletion json_response.go
@@ -1,4 +1,4 @@
// Copyright (c) 2018, Sylabs Inc. All rights reserved.
// Copyright (c) 2018-2021, Sylabs Inc. All rights reserved.
// This software is licensed under a 3-clause BSD license. Please consult the LICENSE.md file
// distributed with the sources of this project regarding your rights to use or distribute this
// software.
Expand Down
2 changes: 1 addition & 1 deletion json_response_test.go
@@ -1,4 +1,4 @@
// Copyright (c) 2018, Sylabs Inc. All rights reserved.
// Copyright (c) 2018-2021, Sylabs Inc. All rights reserved.
// This software is licensed under a 3-clause BSD license. Please consult the LICENSE.md file
// distributed with the sources of this project regarding your rights to use or distribute this
// software.
Expand Down