Skip to content

Commit 7fc4179

Browse files
authored
Disable go cache in plugin release workflow (#44)
Signed-off-by: khanhtc1202 <[email protected]>
1 parent 6e3e48e commit 7fc4179

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/release-plugin.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ jobs:
2525
- uses: actions/setup-go@v3
2626
with:
2727
go-version: ${{ env.GO_VERSION }}
28-
cache: true
2928
- name: Determine Plugin Info
3029
run: echo "PLUGIN_NAME=$(basename ${{ inputs.path }})" >> $GITHUB_ENV
3130
- name: Build binary artifacts

0 commit comments

Comments
 (0)