diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5c5b4c0..fcfea98 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@v5 + uses: actions/setup-go@v6 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@v5 + uses: actions/setup-go@v6 with: go-version-file: go.mod cache: true