Skip to content

Commit a65e290

Browse files
committed
Updates the version of golang
1 parent 88f2dcb commit a65e290

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2
22
jobs:
33
build:
44
docker:
5-
- image: circleci/golang:1.15
5+
- image: circleci/golang:1.13
66
working_directory: /go/src/github.com/sitture/gauge-reportserver
77
steps:
88
- checkout
@@ -17,7 +17,7 @@ jobs:
1717
command: go run build/make.go --all-platforms
1818
deploy:
1919
docker:
20-
- image: circleci/golang:1.15
20+
- image: circleci/golang:1.13
2121
working_directory: /go/src/github.com/sitture/gauge-reportserver
2222
steps:
2323
- checkout

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/sitture/gauge-reportserver
22

3-
go 1.15
3+
go 1.13
44

55
require (
66
github.com/getgauge/common v0.0.0-20200824023809-24587c106922

0 commit comments

Comments
 (0)