Skip to content

Commit

Permalink
only run go 1.16 as hof is not compat with 1.15
Browse files Browse the repository at this point in the history
Signed-off-by: Tony Worm <tony@hofstadter.io>
  • Loading branch information
verdverm committed Aug 3, 2021
1 parent 197df0c commit fce8f52
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/default.cue
Expand Up @@ -5,7 +5,7 @@ ghacue.#Workflow & {
on: ["push", "pull_request"]
jobs: test: {
strategy: matrix: {
"go-version": ["1.15.x", "1.16.x"]
"go-version": ["1.16.x"]
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
}
strategy: "fail-fast": false
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/default.yml
Expand Up @@ -7,7 +7,6 @@ jobs:
strategy:
matrix:
go-version:
- 1.15.x
- 1.16.x
os:
- ubuntu-latest
Expand Down

0 comments on commit fce8f52

Please sign in to comment.