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.
2 parents 620d438 + e52a870 commit a8fad6aCopy full SHA for a8fad6a
.github/workflows/release.yaml
@@ -16,7 +16,14 @@ jobs:
16
- name: Restore Go cache
17
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
18
with:
19
- go-version: 1.18
+ path: ~/go/pkg/mod
20
+ key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
21
+ restore-keys: |
22
+ ${{ runner.os }}-go-
23
+ - name: Setup Go
24
+ uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4.0.0
25
+ with:
26
+ go-version: 1.18.x
27
- name: Download release notes utility
28
env:
29
GH_REL_URL: https://github.com/buchanae/github-release-notes/releases/download/0.2.0/github-release-notes-linux-amd64-0.2.0.tar.gz
0 commit comments