We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bdad59c + 82c2389 commit 85285feCopy full SHA for 85285fe
.circleci/config.yml
@@ -6,13 +6,13 @@ orbs:
6
executors:
7
node:
8
docker:
9
- - image: node:14-slim
+ - image: node:15-slim
10
golang:
11
12
- - image: golang:1.15
+ - image: golang:1.16
13
golangci-lint:
14
15
- - image: golangci/golangci-lint:v1.30-alpine
+ - image: golangci/golangci-lint:v1.39-alpine
16
17
jobs:
18
lint_markdown:
.golangci.yml
@@ -18,8 +18,6 @@ linters:
- gosimple
19
- govet
20
- ineffassign
21
- - interfacer
22
- - maligned
23
- misspell
24
- nakedret
25
- prealloc
go.mod
@@ -1,6 +1,6 @@
1
module github.com/sylabs/scs-build-client
2
3
-go 1.14
+go 1.15
4
5
require (
github.com/go-log/log v0.2.0
0 commit comments