build(deps): bump actions/setup-go from 6.5.0 to 7.0.0 · Entire

build(deps): bump actions/setup-go from 6.5.0 to 7.0.0

64ed6d9main·

dependabot[bot]·yesterday·3 files·+3 added/-3 removed

Bumps actions/setup-go from 6.5.0 to 7.0.0.


updated-dependencies:

Signed-off-by: dependabot[bot] support@github.com

Changes

3

16 unmodified lines

17
18
19
20
20
21
22
23

16 unmodified lines

with:
          ref: ${{ github.event.pull_request.head.sha }}

- uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6
      - uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0
        with:
          # Track go.mod so future Go bumps don't need a parallel workflow
          # edit; release.yml uses the same pattern.

M.github/workflows/lint.yml+1/-1

26 unmodified lines

27
28
29
30
30
31
32
33

26 unmodified lines

fetch-depth: 0

- name: Setup Go
        uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0
        uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0
        with:
          go-version-file: go.mod

M.github/workflows/publish-git-remote-entire.yml+1/-1

30 unmodified lines

31
32
33
34
34
35
36
37

30 unmodified lines

- uses: jdx/mise-action@e6a8b3978addb5a52f2b4cd9d91eafa7f0ab959d # v4

- name: Setup Go
        uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0
        uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0
        with:
          cache: false
          go-version-file: go.mod

M.github/workflows/release.yml+1/-1