diff --git a/.github/workflows/action.yaml b/.github/workflows/action.yaml index e9bcc77..25ce7aa 100644 --- a/.github/workflows/action.yaml +++ b/.github/workflows/action.yaml @@ -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 diff --git a/go.mod b/go.mod index a40306a..2e27d8d 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/prashantv/gostub -go 1.23.2 +go 1.22 require github.com/stretchr/testify v1.9.0