diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 3667780..a979c32 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -16,7 +16,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: "1.25" @@ -34,7 +34,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: "1.25" # setup-go provides module/build caching out of the box. diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9f375c1..2e6e1c7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: fetch-depth: 0 - name: Set up Go - uses: actions/setup-go@v6.4.0 + uses: actions/setup-go@v6.5.0 with: go-version: "1.25" # setup-go caches the module and build caches by default (keyed on diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d583b96..6176cd3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,7 +16,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: "1.25" # setup-go provides module/build caching out of the box.