We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0b14632 + 3b55ec3 commit 823afd8Copy full SHA for 823afd8
.github/workflows/release.yml
@@ -21,7 +21,7 @@ jobs:
21
with:
22
fetch-depth: 0
23
- name: Set up Go
24
- uses: actions/setup-go@v4
+ uses: actions/setup-go@v5
25
26
go-version: 1.19
27
- name: Run GoReleaser
.github/workflows/run-tests.yml
@@ -20,7 +20,7 @@ jobs:
20
runs-on: ${{ matrix.os }}
steps:
- name: Install Go
go-version: ${{ matrix.go-version }}
- name: Checkout code
0 commit comments