Skip to content

Commit 99a2c82

Browse files
chore(deps): update actions/setup-go digest to 4b73464 (#29)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 37fc5c0 commit 99a2c82

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1717

1818
- name: Set up Go
19-
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6
19+
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
2020
with:
2121
go-version-file: 'go.mod'
2222
cache: true

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1515

1616
- name: Set up Go
17-
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6
17+
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
1818
with:
1919
go-version-file: 'go.mod'
2020
cache: true

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
fetch-depth: 0
2525

2626
- name: Set up Go
27-
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6
27+
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
2828
with:
2929
go-version-file: 'go.mod'
3030
cache: true

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1515

1616
- name: Set up Go
17-
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6
17+
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
1818
with:
1919
go-version-file: 'go.mod'
2020
cache: true

0 commit comments

Comments
 (0)