Skip to content

Commit

Permalink
ci: re-add Go 1.12.x to the build matrix
Browse files Browse the repository at this point in the history
We still guarantee support for Go 1.12.x. Hence this needs to be part of
the build matrix. My bad having removed this in a previous CL.

Change-Id: I4fc546c5f94b4af3a980253cfd3aca9f1366b08c
Reviewed-on: https://cue-review.googlesource.com/c/cue/+/6180
Reviewed-by: CUE cueckoo <cueckoo@gmail.com>
Reviewed-by: Paul Jolly <paul@myitcv.org.uk>
  • Loading branch information
myitcv committed May 22, 2020
1 parent be60cd9 commit 2f69bfa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
strategy:
matrix:
go-version:
- 1.12.x
- 1.13.x
- 1.14.3
os:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test_dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
strategy:
matrix:
go-version:
- 1.12.x
- 1.13.x
- 1.14.3
os:
Expand Down
2 changes: 1 addition & 1 deletion internal/ci/workflows.cue
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ workflows: [
"fail-fast": false
matrix: {
// Use a stable version of 1.14.x for go generate
"go-version": ["1.13.x", "1.14.3"]
"go-version": ["1.12.x", "1.13.x", "1.14.3"]
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
}
}
Expand Down

0 comments on commit 2f69bfa

Please sign in to comment.