Skip to content

Commit

Permalink
change unit test version
Browse files Browse the repository at this point in the history
  • Loading branch information
thehowl committed May 27, 2024
1 parent cab43ab commit da50932
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
fail-fast: false
matrix:
goversion: ["1.18.x", "1.19.x"]
goversion: ["1.21.x", "1.22.x"]
goarch: ["amd64"]
goos: ["linux"]
program: ["genproto", "gnofaucet", "gnokey", "gnoland", "gnotxport", "goscan", "gnodev", "gnoweb"]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/db-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
fail-fast: false
matrix:
goversion: ["1.18.x", "1.19.x"]
goversion: ["1.21.x", "1.22.x"]
tags:
- cleveldb
- memdb
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
fail-fast: false
matrix:
goversion: ["1.18.x", "1.19.x"]
goversion: ["1.21.x", "1.22.x"]
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
fail-fast: false
matrix:
goversion: ["1.18.x", "1.19.x"]
goversion: ["1.21.x", "1.22.x"]
args:
- test.go1
- test.go2
Expand Down

0 comments on commit da50932

Please sign in to comment.