Skip to content

Commit

Permalink
bump go to 1.18/19
Browse files Browse the repository at this point in the history
  • Loading branch information
verdverm committed Aug 2, 2022
1 parent 3dda668 commit ac5657a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/common/base.cue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import "github.com/hofstadter-io/ghacue"
on: _ | *["pull_request"]
jobs: test: {
strategy: matrix: {
"go-version": ["1.17.x", "1.18.x"]
"go-version": ["1.18.x", "1.19.x"]
os: ["ubuntu-latest", "macos-latest"]
}
strategy: "fail-fast": false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ jobs:
strategy:
matrix:
go-version:
- 1.17.x
- 1.18.x
- 1.19.x
os:
- ubuntu-latest
- macos-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_flow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:
strategy:
matrix:
go-version:
- 1.17.x
- 1.18.x
- 1.19.x
os:
- ubuntu-latest
- macos-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_mod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
strategy:
matrix:
go-version:
- 1.17.x
- 1.18.x
- 1.19.x
os:
- ubuntu-latest
- macos-latest
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/hofstadter-io/hof

go 1.17
go 1.18

require (
cuelang.org/go v0.4.3
Expand Down

0 comments on commit ac5657a

Please sign in to comment.