diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index b102dfad..70750556 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -16,13 +16,13 @@ jobs: runs-on: ${{ matrix.platform }} steps: - name: setup go - uses: actions/setup-go@v2 + uses: actions/setup-go@v5 with: go-version: ${{ matrix.go-version }} id: go - name: checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: test run: |