We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d33995 commit bc5448eCopy full SHA for bc5448e
.github/workflows/publish_plugin_to_hub.yaml
@@ -22,7 +22,7 @@ jobs:
22
restore-keys: |
23
${{ runner.os }}-go-1.21.1-publish-plugin-to-hub-cache
24
- name: Set up Go 1.x
25
- uses: actions/setup-go@v5
+ uses: actions/setup-go@v6
26
with:
27
go-version-file: go.mod
28
cache: false
.github/workflows/release.yaml
@@ -21,7 +21,7 @@ jobs:
21
fetch-depth: 0
cache: true
.github/workflows/test.yaml
@@ -16,7 +16,7 @@ jobs:
16
17
fetch-depth: 2
18
19
20
0 commit comments