Skip to content

Commit f43b0e5

Browse files
authored
Merge pull request #49 from tri-adam/ci-improvements
CI Updates
2 parents 213d337 + b2f923d commit f43b0e5

File tree

5 files changed

+13
-4
lines changed

5 files changed

+13
-4
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ orbs:
66
executors:
77
node:
88
docker:
9-
- image: node:16-slim
9+
- image: node:17-slim
1010
golangci-lint:
1111
docker:
12-
- image: golangci/golangci-lint:v1.43-alpine
12+
- image: golangci/golangci-lint:v1.44-alpine
1313
golang-previous:
1414
docker:
1515
- image: golang:1.16

.golangci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,19 @@ linters:
33
enable:
44
- bidichk
55
- bodyclose
6+
- containedctx
67
- contextcheck
78
- deadcode
9+
- decorder
810
- depguard
911
- dogsled
1012
- dupl
1113
- errcheck
1214
- funlen
1315
- gochecknoinits
1416
- gocognit
17+
- errchkjson
18+
- gochecknoinits
1519
- goconst
1620
- gocritic
1721
- gocyclo
@@ -22,8 +26,10 @@ linters:
2226
- gosec
2327
- gosimple
2428
- govet
29+
- grouper
2530
- ineffassign
2631
- ireturn
32+
- maintidx
2733
- misspell
2834
- nakedret
2935
- nilnil
@@ -39,3 +45,4 @@ linters:
3945
- unparam
4046
- unused
4147
- varcheck
48+
- whitespace

LICENSE.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# LICENSE
22

3+
Copyright (c) 2018-2022, Sylabs Inc. All rights reserved.
4+
35
Redistribution and use in source and binary forms, with or without
46
modification, are permitted provided that the following conditions are met:
57

json_response.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2018, Sylabs Inc. All rights reserved.
1+
// Copyright (c) 2018-2021, Sylabs Inc. All rights reserved.
22
// This software is licensed under a 3-clause BSD license. Please consult the LICENSE.md file
33
// distributed with the sources of this project regarding your rights to use or distribute this
44
// software.

json_response_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2018, Sylabs Inc. All rights reserved.
1+
// Copyright (c) 2018-2021, Sylabs Inc. All rights reserved.
22
// This software is licensed under a 3-clause BSD license. Please consult the LICENSE.md file
33
// distributed with the sources of this project regarding your rights to use or distribute this
44
// software.

0 commit comments

Comments
 (0)