diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index a523e02..72c9afd 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.5.0 + uses: actions/setup-go@v7.0.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.5.0 + uses: actions/setup-go@v7.0.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 2e6e1c7..f8d1c39 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.5.0 + uses: actions/setup-go@v7.0.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 6176cd3..a3cd492 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.5.0 + uses: actions/setup-go@v7.0.0 with: go-version: "1.25" # setup-go provides module/build caching out of the box.