Skip to content

Commit 43989a0

Browse files
authored
Merge pull request #36 from tri-adam/go1.15
Bump Go to 1.15
2 parents ff754af + 9572de2 commit 43989a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module github.com/sylabs/json-resp
22

3-
go 1.13
3+
go 1.14

0 commit comments

Comments
 (0)