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 ff754af + 9572de2 commit 43989a0Copy full SHA for 43989a0
.circleci/config.yml
@@ -9,7 +9,7 @@ executors:
9
- image: node:14-slim
10
golang:
11
docker:
12
- - image: golang:1.14
+ - image: golang:1.15
13
golangci-lint:
14
15
- image: golangci/golangci-lint:v1.30-alpine
go.mod
@@ -1,3 +1,3 @@
1
module github.com/sylabs/json-resp
2
3
-go 1.13
+go 1.14
0 commit comments