We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 43989a0 + 323e181 commit 369267fCopy full SHA for 369267f
.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
16
17
jobs:
18
lint_markdown:
go.mod
@@ -1,3 +1,3 @@
1
module github.com/sylabs/json-resp
2
3
-go 1.14
+go 1.15
0 commit comments