diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ed4736434..687b95bb4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -20,7 +20,7 @@ jobs: uses: actions/checkout@v7.0.0 - name: Install go - uses: actions/setup-go@v6.4.0 + uses: actions/setup-go@v6.5.0 with: go-version-file: "go.mod" cache: true diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 9f43854e3..b4f12d41d 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -29,7 +29,7 @@ jobs: fetch-depth: 0 - name: Install go - uses: actions/setup-go@v6.4.0 + uses: actions/setup-go@v6.5.0 with: go-version-file: "go.mod" cache: true