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 d041fb9 + fedf80e commit 4ebdddbCopy full SHA for 4ebdddb
.github/workflows/ci.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
13
- uses: actions/checkout@v3
14
- - uses: actions/setup-go@v3
+ - uses: actions/setup-go@v4
15
with:
16
go-version: '1.20'
17
cache: true
.github/workflows/release.yml
@@ -15,10 +15,9 @@ jobs:
ref: ${{ github.ref }}
18
19
20
21
- cache: true
22
- name: Build Release Assets
23
run: make all
24
env:
0 commit comments