Skip to content

Commit

Permalink
Disable Go cache for self-hosted (test-network-function#1626)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebrandon1 committed Nov 17, 2023
1 parent b0c39ae commit f1b0d84
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
1 change: 1 addition & 0 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ runs:
uses: actions/setup-go@v4
with:
go-version: 1.21.4
cache: false

- name: Disable default go problem matcher
run: echo "::remove-matcher owner=go::"
Expand Down
14 changes: 0 additions & 14 deletions .github/workflows/qe-hosted.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,20 +40,6 @@ jobs:
swap-storage: true
continue-on-error: true

- name: Write temporary docker file
run: |
mkdir -p /home/runner/.docker
touch ${PFLT_DOCKERCONFIG}
echo '{ "auths": {} }' >> ${PFLT_DOCKERCONFIG}
- name: Set up Go 1.21
uses: actions/setup-go@v4
with:
go-version: 1.21.4

- name: Disable default go problem matcher
run: echo "::remove-matcher owner=go::"

- name: Check out code
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit f1b0d84

Please sign in to comment.