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 3021d6d commit 4a18779Copy full SHA for 4a18779
.github/workflows/coverage.yml
@@ -13,7 +13,7 @@ jobs:
13
with:
14
fetch-depth: 0
15
- name: Setup go
16
- uses: actions/setup-go@v4
+ uses: actions/setup-go@v5
17
18
go-version: "1.22"
19
- name: Run tests with coverage
.github/workflows/release.yml
@@ -20,7 +20,7 @@ jobs:
20
21
22
- name: Set up Go
23
24
25
26
- name: Login to GitHub Container Registry
.github/workflows/workflow.yml
- name: Setup go ${{ matrix.go }}
go-version: ${{ matrix.go }}
- name: Run unit tests
0 commit comments