Skip to content

Commit 58775dd

Browse files
Chore(deps): Bump actions/setup-go from 6.5.0 to 7.0.0 (#1776)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ebbc12a commit 58775dd

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
sudo apt-get install -y --no-install-recommends gcc libc6-dev libc-dev
4343
4444
- name: Set up Go ${{ env.GO_VERSION }}
45-
uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0
45+
uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0
4646
with:
4747
go-version: ${{ env.GO_VERSION }}
4848
id: go
@@ -92,7 +92,7 @@ jobs:
9292
sudo apt-get install -y --no-install-recommends gcc libc6-dev libc-dev
9393
9494
- name: Set up Go ${{ env.GO_VERSION }}
95-
uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0
95+
uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0
9696
with:
9797
go-version: ${{ env.GO_VERSION }}
9898
id: go
@@ -163,7 +163,7 @@ jobs:
163163
sudo apt-get install -y --no-install-recommends gcc libc6-dev libc-dev
164164
165165
- name: Set up Go ${{ env.GO_VERSION }}
166-
uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0
166+
uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0
167167
with:
168168
go-version: ${{ env.GO_VERSION }}
169169
id: go
@@ -221,7 +221,7 @@ jobs:
221221
sudo apt-get install -y --no-install-recommends gcc libc6-dev libc-dev
222222
223223
- name: Set up Go ${{ env.GO_VERSION }}
224-
uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0
224+
uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0
225225
with:
226226
go-version: ${{ env.GO_VERSION }}
227227
id: go
@@ -265,7 +265,7 @@ jobs:
265265
sudo apt-get install -y --no-install-recommends gcc libc6-dev libc-dev
266266
267267
- name: Set up Go ${{ env.GO_VERSION }}
268-
uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0
268+
uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0
269269
with:
270270
go-version: ${{ env.GO_VERSION }}
271271
id: go

0 commit comments

Comments
 (0)