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 372ab36 commit 056beeaCopy full SHA for 056beea
.github/workflows/gorelease.yml
@@ -18,6 +18,7 @@ jobs:
18
uses: actions/setup-go@v6
19
with:
20
go-version: ${{ env.GO_VERSION }}
21
+ cache-dependency-path: go.sum
22
- name: Checkout code
23
uses: actions/checkout@v5
24
- name: Gorelease cache
.github/workflows/release-assets.yml
@@ -16,6 +16,7 @@ jobs:
16
17
go-version: stable
- name: Build artifacts
.github/workflows/test.yml
@@ -15,6 +15,7 @@ jobs:
15
go-version: ${{ matrix.go-version }}
- name: Go cache
0 commit comments