Skip to content

Commit 5cf2edf

Browse files
authored
Bump minimum required Go version to 1.13
1 parent 334c16f commit 5cf2edf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

circle.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ jobs:
99
- run: go get
1010
- run: go test -v -race
1111

12-
build-go-1.12:
12+
build-go-1.13:
1313
docker:
14-
- image: golang:1.12
14+
- image: golang:1.13
1515
working_directory: /go/src/github.com/gliderlabs/ssh
1616
steps:
1717
- checkout
@@ -23,4 +23,4 @@ workflows:
2323
build:
2424
jobs:
2525
- build-go-latest
26-
- build-go-1.12
26+
- build-go-1.13

0 commit comments

Comments
 (0)