Skip to content

Commit 85285fe

Browse files
authored
Merge pull request #46 from tri-adam/ci-improvements
CI Improvements
2 parents bdad59c + 82c2389 commit 85285fe

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

.circleci/config.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ orbs:
66
executors:
77
node:
88
docker:
9-
- image: node:14-slim
9+
- image: node:15-slim
1010
golang:
1111
docker:
12-
- image: golang:1.15
12+
- image: golang:1.16
1313
golangci-lint:
1414
docker:
15-
- image: golangci/golangci-lint:v1.30-alpine
15+
- image: golangci/golangci-lint:v1.39-alpine
1616

1717
jobs:
1818
lint_markdown:

.golangci.yml

-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ linters:
1818
- gosimple
1919
- govet
2020
- ineffassign
21-
- interfacer
22-
- maligned
2321
- misspell
2422
- nakedret
2523
- prealloc

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/sylabs/scs-build-client
22

3-
go 1.14
3+
go 1.15
44

55
require (
66
github.com/go-log/log v0.2.0

0 commit comments

Comments
 (0)