Skip to content

Commit

Permalink
Merge pull request #71 from dnephin/test-go1.13
Browse files Browse the repository at this point in the history
Test go1.13
  • Loading branch information
dnephin committed Oct 5, 2019
2 parents 88641c2 + 42ccdd9 commit 0059e51
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 2.1

orbs:
go: gotest/tools@0.0.8
go: gotest/tools@0.0.11

workflows:
version: 2
Expand All @@ -24,6 +24,13 @@ workflows:
name: go/golang
tag: 1.12-alpine

- go/test:
name: test-go-1.13
gotestsum-format: short-verbose
executor:
name: go/golang
tag: 1.13-alpine

- go/lint
- build
- run
Expand Down Expand Up @@ -66,7 +73,7 @@ jobs:
default: false
executor: go/golang
steps:
- go/install-git
- go/install: {package: git}
- go/install-ssh
- checkout
- go/mod-download
Expand Down Expand Up @@ -94,7 +101,7 @@ jobs:
tag: 1.10-alpine
working_directory: /go/src/gotest.tools/gotestsum
steps:
- go/install-git
- go/install: {package: git}
- go/install-ssh
- checkout
- go/install-gotestsum
Expand All @@ -113,7 +120,7 @@ jobs:
run:
executor: go/golang
steps:
- go/install-git
- go/install: {package: git}
- go/install-ssh
- checkout
- go/mod-download
Expand Down

0 comments on commit 0059e51

Please sign in to comment.