Skip to content

Commit

Permalink
Debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrit committed Feb 3, 2025
1 parent f32714a commit d05f7c5
Show file tree
Hide file tree
Showing 3 changed files with 311 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: 1.22
go-version: 1.22.7
- name: Checkout Branch
uses: actions/checkout@v2
- name: Create Go cache
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
with:
name: ${{ env.ORCHESTRATOR_IMAGE_NAME }}
path: ${{ env.UPLOAD_DIR }}/${{ env.ORCHESTRATOR_ARTIFACT }}
retention-days: 1
retention-days: 1
- name: Move Docker cache
run: |
rm -rf /tmp/.buildx-cache
Expand All @@ -77,7 +77,7 @@ jobs:
- name: Set up Go 1.22
uses: actions/setup-go@v2
with:
go-version: 1.22
go-version: 1.22.7
- name: checkout
uses: actions/checkout@v2
- name: Set up Docker Buildx
Expand Down Expand Up @@ -242,7 +242,7 @@ jobs:
- name: Set up Go 1.22
uses: actions/setup-go@v2
with:
go-version: 1.22
go-version: 1.22.7
- name: checkout
uses: actions/checkout@v2
- name: go-cache
Expand Down
Loading

0 comments on commit d05f7c5

Please sign in to comment.