Skip to content

Commit

Permalink
Set go version to minimum (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
prashantv authored Oct 9, 2024
1 parent e6db608 commit 72a167a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: ['1.22', '1.23']
go: ['1.22.x', '1.23.x']
name: Go ${{ matrix.go }} tests
steps:
- uses: actions/checkout@v4
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/prashantv/gostub

go 1.23.2
go 1.22

require github.com/stretchr/testify v1.9.0

Expand Down

0 comments on commit 72a167a

Please sign in to comment.