Skip to content

Commit

Permalink
Bump go version to 1.23.2
Browse files Browse the repository at this point in the history
  • Loading branch information
prashantv committed Oct 9, 2024
1 parent 9fc4f58 commit 456b7bf
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.16', '1.17']
go: ['1.22', '1.23']
name: Go ${{ matrix.go }} tests
steps:
- uses: actions/checkout@v2
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.17
go 1.23.2

require github.com/stretchr/testify v1.7.0

Expand Down

0 comments on commit 456b7bf

Please sign in to comment.