We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88f2dcb commit a65e290Copy full SHA for a65e290
.circleci/config.yml
@@ -2,7 +2,7 @@ version: 2
2
jobs:
3
build:
4
docker:
5
- - image: circleci/golang:1.15
+ - image: circleci/golang:1.13
6
working_directory: /go/src/github.com/sitture/gauge-reportserver
7
steps:
8
- checkout
@@ -17,7 +17,7 @@ jobs:
17
command: go run build/make.go --all-platforms
18
deploy:
19
20
21
22
23
go.mod
@@ -1,6 +1,6 @@
1
module github.com/sitture/gauge-reportserver
-go 1.15
+go 1.13
require (
github.com/getgauge/common v0.0.0-20200824023809-24587c106922
0 commit comments