diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f2aa371..6b5b108 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Setup Golang env - uses: actions/setup-go@v4 + uses: actions/setup-go@v5 with: go-version-file: go.mod cache: false # conflict with golangci-lint cache @@ -36,7 +36,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Setup Golang env - uses: actions/setup-go@v4 + uses: actions/setup-go@v5 with: go-version-file: go.mod cache: true