Skip to content

Commit

Permalink
Add go 1.14.15 to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
eculver committed Aug 26, 2021
1 parent 854150f commit 9b37063
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,12 +165,12 @@ workflows:
context: go-getter
matrix:
parameters:
go-version: ["1.15.13"]
go-version: ["1.15.13", "1.14.15"]
name: linux-test-go-<< matrix.go-version >>
- windows-tests:
context: go-getter
matrix:
parameters:
go-version: ["1.15.13"]
go-version: ["1.15.13", "1.14.15"]
gotestsum-version: ["0.4.1"]
name: win-test-go-<< matrix.go-version >>

0 comments on commit 9b37063

Please sign in to comment.