Skip to content

Commit 8f55178

Browse files
author
Adam Hughes
committed
ci: bump Go to 1.16
1 parent 88c25e3 commit 8f55178

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:15-slim
1010
golang:
1111
docker:
12-
- image: golang:1.15
12+
- image: golang:1.16
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.14
3+
go 1.15
44

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

0 commit comments

Comments
 (0)