Skip to content

Commit 9856ed1

Browse files
chore: Bump actions/setup-go from 5.5.0 to 6.0.0 (#77)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 255ff3f commit 9856ed1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/code-health.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
permissions: {}
1414
steps:
1515
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
16-
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5
16+
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00
1717
with:
1818
go-version-file: 'go.mod'
1919
- name: Build
@@ -26,7 +26,7 @@ jobs:
2626
permissions: {}
2727
steps:
2828
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
29-
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5
29+
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00
3030
with:
3131
go-version-file: 'go.mod'
3232
- name: setup Atlas CLI
@@ -41,7 +41,7 @@ jobs:
4141
- name: Checkout
4242
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
4343
- name: Install Go
44-
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5
44+
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00
4545
with:
4646
go-version-file: 'go.mod'
4747
cache: false # see https://github.com/golangci/golangci-lint-action/issues/807

0 commit comments

Comments
 (0)