Skip to content

Commit

Permalink
Bump minimum required Go version to 1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
belak committed Aug 31, 2022
1 parent 334c16f commit 5cf2edf
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.12:
build-go-1.13:
docker:
- image: golang:1.12
- image: golang:1.13
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.12
- build-go-1.13

0 comments on commit 5cf2edf

Please sign in to comment.