We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2433ef3 commit a1b7148Copy full SHA for a1b7148
2 files changed
.github/workflows/ci.yaml
@@ -10,15 +10,6 @@ jobs:
10
release:
11
runs-on: ubuntu-latest
12
steps:
13
- - name: Cache Go modules
14
- uses: actions/cache@v4
15
- with:
16
- path: |
17
- ~/.cache/go-build
18
- ~/go/pkg/mod
19
- key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
20
- restore-keys: |
21
- ${{ runner.os }}-go-
22
- name: Checkout code
23
uses: actions/checkout@v5
24
.github/workflows/release.yml
@@ -9,15 +9,6 @@ jobs:
9
0 commit comments