Skip to content

Commit

Permalink
bump min version due to github.com/google/go-cmp
Browse files Browse the repository at this point in the history
  • Loading branch information
dropwhile committed Nov 4, 2023
1 parent 4c651a2 commit dc62078
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: Build
strategy:
matrix:
goVer: ["1.12.x", "1.17.x"]
goVer: ["1.13.x", "1.21.x"]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
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/cactus/go-misc

go 1.12
go 1.13

require (
github.com/google/go-cmp v0.6.0 // indirect
Expand Down

0 comments on commit dc62078

Please sign in to comment.