Skip to content

Commit 369267f

Browse files
authored
Merge pull request #38 from tri-adam/ci-updates
CI Updates
2 parents 43989a0 + 323e181 commit 369267f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ orbs:
66
executors:
77
node:
88
docker:
9-
- image: node:14-slim
9+
- image: node:15-slim
1010
golang:
1111
docker:
12-
- image: golang:1.15
12+
- image: golang:1.16
1313
golangci-lint:
1414
docker:
15-
- image: golangci/golangci-lint:v1.30-alpine
15+
- image: golangci/golangci-lint:v1.39
1616

1717
jobs:
1818
lint_markdown:

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.14
3+
go 1.15

0 commit comments

Comments
 (0)