diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index b67ceb9..f992dc0 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -15,13 +15,13 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - go: [1.12, 1.13, 1.14, 1.15, 1.16, 1.17, 1.18] + go: ['1.12', '1.13', '1.14', '1.15', '1.16', '1.17', '1.18', '1.19', '1.20', '1.21', '1.22'] fail-fast: false steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Setup Go - uses: actions/setup-go@v4 + uses: actions/setup-go@v5 with: go-version: ${{ matrix.go }} @@ -40,7 +40,7 @@ jobs: run: npm install @actions/core@1.6.0 @actions/http-client - name: Get Id Token - uses: actions/github-script@v6 + uses: actions/github-script@v7 id: idtoken with: script: |