We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 048f8e5 commit 06179ffCopy full SHA for 06179ff
.circleci/config.yml
@@ -6,7 +6,7 @@ orbs:
6
defaults: &defaults
7
working_directory: /src
8
docker:
9
- - image: golang:1.12
+ - image: golang:1.13
10
11
jobs:
12
lint_markdown:
go.mod
@@ -1,6 +1,6 @@
1
module github.com/sylabs/scs-build-client
2
3
-go 1.12
+go 1.13
4
5
require (
github.com/go-log/log v0.1.0
0 commit comments