Skip to content

Commit 2abb0c1

Browse files
authored
Merge pull request #41 from tri-adam/go1.15
Bump Go to 1.15
2 parents 511c080 + a859131 commit 2abb0c1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ executors:
99
- image: node:14-slim
1010
golang:
1111
docker:
12-
- image: golang:1.14
12+
- image: golang:1.15
1313
golangci-lint:
1414
docker:
1515
- image: golangci/golangci-lint:v1.30-alpine

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/sylabs/scs-build-client
22

3-
go 1.13
3+
go 1.14
44

55
require (
66
github.com/go-log/log v0.2.0

0 commit comments

Comments
 (0)