We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 511c080 + a859131 commit 2abb0c1Copy full SHA for 2abb0c1
.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,6 +1,6 @@
1
module github.com/sylabs/scs-build-client
2
3
-go 1.13
+go 1.14
4
5
require (
6
github.com/go-log/log v0.2.0
0 commit comments