diff --git a/.github/workflows/github-actions-tests.yml b/.github/workflows/github-actions-tests.yml index c7e54d0..6988be1 100644 --- a/.github/workflows/github-actions-tests.yml +++ b/.github/workflows/github-actions-tests.yml @@ -4,7 +4,7 @@ jobs: test: strategy: matrix: - go-version: [1.17.x] + go-version: [1.20.x] os: [ubuntu-latest] runs-on: ${{ matrix.os }} steps: @@ -15,4 +15,4 @@ jobs: - name: Checkout code uses: actions/checkout@v2 - name: Test - run: go test ./... -cover -race \ No newline at end of file + run: go test ./... -cover -race