Skip to content
Open
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
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
with:
go-version: 'stable'
cache-dependency-path: tools/meta/go.sum
- uses: docker/setup-buildx-action@v3
- uses: docker/setup-buildx-action@v4
# This whole little song and dance is pretty annoying. Ideally I could
# just use ./scripts/run-integration and be done with it, but to get
# caching, I need to use the build-push-action. This is because gha
Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:
with:
go-version: 'stable'
cache-dependency-path: tools/meta/go.sum
- uses: docker/setup-buildx-action@v3
- uses: docker/setup-buildx-action@v4
# This whole little song and dance is pretty annoying. Ideally I could
# just use ./scripts/run-integration and be done with it, but to get
# caching, I need to use the build-push-action. This is because gha
Expand Down
Loading