Skip to content

Commit 762288a

Browse files
chore(deps): update actions/setup-go action to v6
1 parent f5a85aa commit 762288a

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/golangci-lint.yaml

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 # v5.0.0
15-
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
15+
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
1616
with:
1717
go-version-file: go.mod
1818
- name: Determine golangci-lint version

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
fetch-depth: 0
2222
- name: Set up Go
23-
uses: actions/setup-go@v5.0.0
23+
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
2424
with:
2525
go-version-file: go.mod
2626
- name: Release
@@ -45,7 +45,7 @@ jobs:
4545
ref: "${{ needs.release.outputs.new_release_git_tag }}"
4646

4747
- name: Set up Go
48-
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
48+
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
4949
with:
5050
go-version-file: './go.mod'
5151
id: go

.github/workflows/validate_docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fetch-depth: 1
1616

1717
- name: Set up Go
18-
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
18+
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
1919
with:
2020
go-version-file: go.mod
2121

0 commit comments

Comments
 (0)