We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88c25e3 commit 8f55178Copy full SHA for 8f55178
.circleci/config.yml
@@ -9,7 +9,7 @@ executors:
9
- image: node:15-slim
10
golang:
11
docker:
12
- - image: golang:1.15
+ - image: golang:1.16
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.14
+go 1.15
4
5
require (
6
github.com/go-log/log v0.2.0
0 commit comments