diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index e5092b2..7cc1693 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -11,12 +11,12 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - go: [ '1.15', '1.16', '1.17', '1.18' ] + go: [ '1.19', '1.20', '1.21', '1.22' ] name: Running Tests on Go ${{ matrix.go }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Setup go - uses: actions/setup-go@v1 + uses: actions/setup-go@v5 with: go-version: ${{ matrix.go }} - run: go test -v -race ./...