Skip to content

Commit 06179ff

Browse files
author
Adam Hughes
committed
Update to Go v1.13
1 parent 048f8e5 commit 06179ff

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
@@ -6,7 +6,7 @@ orbs:
66
defaults: &defaults
77
working_directory: /src
88
docker:
9-
- image: golang:1.12
9+
- image: golang:1.13
1010

1111
jobs:
1212
lint_markdown:

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/sylabs/scs-build-client
22

3-
go 1.12
3+
go 1.13
44

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

0 commit comments

Comments
 (0)