From 1c7eefaf9f605e9c9d5256301a22235e8665f726 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2026 16:24:09 +0000 Subject: [PATCH] chore(deps): bump actions/setup-go from 6 to 7 in /.github/workflows Bumps [actions/setup-go](https://github.com/actions/setup-go) from 6 to 7. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/dafny_interop_library_go_tests.yml | 2 +- .github/workflows/library_codegen.yml | 2 +- .github/workflows/library_go_tests.yml | 2 +- .github/workflows/performance-benchmarks-go.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/dafny_interop_library_go_tests.yml b/.github/workflows/dafny_interop_library_go_tests.yml index 2ac7ec808..94a274388 100644 --- a/.github/workflows/dafny_interop_library_go_tests.yml +++ b/.github/workflows/dafny_interop_library_go_tests.yml @@ -75,7 +75,7 @@ jobs: mpl-submodule-path: mpl/ - name: Install Go - uses: actions/setup-go@v6 + uses: actions/setup-go@v7 with: go-version: ${{ matrix.go-version }} diff --git a/.github/workflows/library_codegen.yml b/.github/workflows/library_codegen.yml index 6f379dca3..0984a4054 100644 --- a/.github/workflows/library_codegen.yml +++ b/.github/workflows/library_codegen.yml @@ -66,7 +66,7 @@ jobs: mpl-submodule-path: mpl/ - name: Install Go - uses: actions/setup-go@v6 + uses: actions/setup-go@v7 with: go-version: ${{ matrix.go-version }} diff --git a/.github/workflows/library_go_tests.yml b/.github/workflows/library_go_tests.yml index ec79612c3..7ec4216ae 100644 --- a/.github/workflows/library_go_tests.yml +++ b/.github/workflows/library_go_tests.yml @@ -66,7 +66,7 @@ jobs: uses: ilammy/setup-nasm@v1 - name: Install Go - uses: actions/setup-go@v6 + uses: actions/setup-go@v7 with: go-version: ${{ matrix.go-version }} diff --git a/.github/workflows/performance-benchmarks-go.yml b/.github/workflows/performance-benchmarks-go.yml index 9d2318200..0b9630af4 100644 --- a/.github/workflows/performance-benchmarks-go.yml +++ b/.github/workflows/performance-benchmarks-go.yml @@ -67,7 +67,7 @@ jobs: uses: ilammy/setup-nasm@v1 - name: Install Go - uses: actions/setup-go@v6 + uses: actions/setup-go@v7 with: go-version: ${{ matrix.go-version }}