Skip to content

Commit

Permalink
Update CircleCI config to test 1.9 and the latest
Browse files Browse the repository at this point in the history
The x/crypto/ssh library dropped support go < 1.9 as that's the first
version to have the math/bits library.

golang/crypto@83c378c
  • Loading branch information
belak committed May 7, 2018
1 parent 8c17077 commit 2a96aa1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
- run: go get
- run: go test -v -race

build-go-1.7:
build-go-1.9:
docker:
- image: golang:1.7
- image: golang:1.9
working_directory: /go/src/github.com/gliderlabs/ssh
steps:
- checkout
Expand All @@ -23,4 +23,4 @@ workflows:
build:
jobs:
- build-go-latest
- build-go-1.7
- build-go-1.9

0 comments on commit 2a96aa1

Please sign in to comment.