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 24dff93 commit 934b6f9Copy full SHA for 934b6f9
.github/workflows/gorelease.yml
@@ -19,7 +19,7 @@ jobs:
19
with:
20
go-version: ${{ env.GO_VERSION }}
21
- name: Checkout code
22
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
23
- name: Gorelease cache
24
uses: actions/cache@v4
25
.github/workflows/release-assets.yml
@@ -17,7 +17,7 @@ jobs:
17
18
go-version: stable
- name: Build artifacts
run: |
make artifacts
.github/workflows/test.yml
@@ -16,7 +16,7 @@ jobs:
16
go-version: ${{ matrix.go-version }}
- name: Go cache
0 commit comments