diff --git a/.github/workflows/go-test.yaml b/.github/workflows/go-test.yaml index 4263e1e..655439d 100644 --- a/.github/workflows/go-test.yaml +++ b/.github/workflows/go-test.yaml @@ -7,10 +7,10 @@ jobs: strategy: matrix: include: - - go: '1.19.x' + - go: "1.23.x" os: ubuntu-latest canonical: true - - go: '1.19.x' + - go: "1.23.x" os: windows-latest canonical: false @@ -29,7 +29,6 @@ jobs: with: go-version: ${{matrix.go}} - - name: Install deps shell: bash --noprofile --norc -x -eo pipefail {0} run: |