Skip to content

Commit

Permalink
test go 1.21 as well
Browse files Browse the repository at this point in the history
  • Loading branch information
LandonTClipp committed Dec 19, 2023
1 parent 035750f commit 44b58ca
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
os: [ macos-latest, ubuntu-latest]
go_vers: ['1.20']
go_vers: ['1.20', '1.21']
steps:
- uses: actions/checkout@v2
with:
Expand Down
3 changes: 1 addition & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
module github.com/vektra/mockery/v2

go 1.21
go 1.19

toolchain go1.21.0

require (
github.com/chigopher/pathlib v0.19.1
Expand Down
2 changes: 1 addition & 1 deletion pkg/fixtures/example_project/pkg_with_submodules/go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/vektra/mockery/v2/pkg/fixtures/example_project/pkg_with_submodules

go 1.21.0
go 1.19
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/vektra/mockery/v2/pkg/fixtures/example_project/pkg_with_submodules/subpkg/submodule

go 1.21.0
go 1.19

0 comments on commit 44b58ca

Please sign in to comment.