Skip to content

Commit c8db2fd

Browse files
Update curioswitch/go-build action to v0.6.2 (#120)
Co-authored-by: curioswitch[bot] <187465413+curioswitch[bot]@users.noreply.github.com>
1 parent ee29355 commit c8db2fd

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
steps:
2727
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2828

29-
- uses: curioswitch/go-build/.github/actions/setup-go@b4bb86391b1e39db0dd8cad98e4d8be49c298077 # v0.6.1
29+
- uses: curioswitch/go-build/.github/actions/setup-go@43d89fa5a241b51ac68f94cb38b12f7e92704b93 # v0.6.2
3030

3131
- name: run lints
3232
# We don't have OS-specific code so would be completely repetitive to run

.github/workflows/export-go-server-ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
steps:
4545
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
4646

47-
- uses: curioswitch/go-build/.github/actions/setup-go@b4bb86391b1e39db0dd8cad98e4d8be49c298077 # v0.6.1
47+
- uses: curioswitch/go-build/.github/actions/setup-go@43d89fa5a241b51ac68f94cb38b12f7e92704b93 # v0.6.2
4848

4949
- name: run lints
5050
# We don't have OS-specific code so would be completely repetitive to run
@@ -69,7 +69,7 @@ jobs:
6969
steps:
7070
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
7171

72-
- uses: curioswitch/go-build/.github/actions/setup-go@b4bb86391b1e39db0dd8cad98e4d8be49c298077 # v0.6.1
72+
- uses: curioswitch/go-build/.github/actions/setup-go@43d89fa5a241b51ac68f94cb38b12f7e92704b93 # v0.6.2
7373

7474
- id: google-auth
7575
if: ${{ env.DOCKER_PUSH == 'yes' }}

.github/workflows/refresh-go-cache.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ jobs:
1919
- macos-15
2020
- ubuntu-24.04
2121
- windows-2025
22-
uses: curioswitch/go-build/.github/workflows/export-refresh-go-cache.yaml@b4bb86391b1e39db0dd8cad98e4d8be49c298077 # v0.6.1
22+
uses: curioswitch/go-build/.github/workflows/export-refresh-go-cache.yaml@43d89fa5a241b51ac68f94cb38b12f7e92704b93 # v0.6.2
2323
with:
2424
runner: ${{ matrix.os }}

.github/workflows/renovate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
sync:
11-
uses: curioswitch/go-build/.github/workflows/export-renovate.yaml@b4bb86391b1e39db0dd8cad98e4d8be49c298077 # v0.6.1
11+
uses: curioswitch/go-build/.github/workflows/export-renovate.yaml@43d89fa5a241b51ac68f94cb38b12f7e92704b93 # v0.6.2
1212
with:
1313
github_app_id: "1047503"
1414
secrets:

0 commit comments

Comments
 (0)