Skip to content

Commit 611d7d4

Browse files
chore(deps): bump actions/setup-go from 5.5.0 to 6.0.0 (#663)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c979d4b commit 611d7d4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/autoupdate-preview.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- name: Checkout
1212
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
13-
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5
13+
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00
1414
with:
1515
go-version-file: 'go.mod'
1616
- run: make install-goimports

.github/workflows/autoupdate-prod.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- name: Checkout
1212
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
13-
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5
13+
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00
1414
with:
1515
go-version-file: 'go.mod'
1616
- run: make install-goimports

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
15-
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5
15+
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00
1616
with:
1717
go-version-file: go.mod
1818
cache: false # see https://github.com/golangci/golangci-lint-action/issues/807

0 commit comments

Comments
 (0)