Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0

- uses: curioswitch/go-build/.github/actions/setup-go@43d89fa5a241b51ac68f94cb38b12f7e92704b93 # v0.6.2
- uses: curioswitch/go-build/.github/actions/setup-go@f60fc8379d735d0415c0c56339d389f680760d96 # v0.6.3

- name: run lints
# We don't have OS-specific code so would be completely repetitive to run
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/export-go-server-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0

- uses: curioswitch/go-build/.github/actions/setup-go@43d89fa5a241b51ac68f94cb38b12f7e92704b93 # v0.6.2
- uses: curioswitch/go-build/.github/actions/setup-go@f60fc8379d735d0415c0c56339d389f680760d96 # v0.6.3

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

- uses: curioswitch/go-build/.github/actions/setup-go@43d89fa5a241b51ac68f94cb38b12f7e92704b93 # v0.6.2
- uses: curioswitch/go-build/.github/actions/setup-go@f60fc8379d735d0415c0c56339d389f680760d96 # v0.6.3

- id: google-auth
if: ${{ env.DOCKER_PUSH == 'yes' }}
Expand All @@ -86,7 +86,7 @@ jobs:
run: gcloud auth configure-docker asia-northeast1-docker.pkg.dev

- id: docker-meta
uses: docker/metadata-action@c1e51972afc2121e065aed6d45c65596fe445f3f # v5.8.0
uses: docker/metadata-action@318604b99e75e41977312d83839a89be02ca4893 # v5.9.0
with:
tags: |
type=ref,event=branch
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/refresh-go-cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
- macos-15
- ubuntu-24.04
- windows-2025
uses: curioswitch/go-build/.github/workflows/export-refresh-go-cache.yaml@43d89fa5a241b51ac68f94cb38b12f7e92704b93 # v0.6.2
uses: curioswitch/go-build/.github/workflows/export-refresh-go-cache.yaml@f60fc8379d735d0415c0c56339d389f680760d96 # v0.6.3
with:
runner: ${{ matrix.os }}
2 changes: 1 addition & 1 deletion .github/workflows/renovate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
sync:
uses: curioswitch/go-build/.github/workflows/export-renovate.yaml@43d89fa5a241b51ac68f94cb38b12f7e92704b93 # v0.6.2
uses: curioswitch/go-build/.github/workflows/export-renovate.yaml@f60fc8379d735d0415c0c56339d389f680760d96 # v0.6.3
with:
github_app_id: "1047503"
secrets:
Expand Down