We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e4b0b2 commit cb21684Copy full SHA for cb21684
3 files changed
.github/workflows/linters.yml
@@ -18,7 +18,7 @@ jobs:
18
uses: actions/checkout@v5
19
20
- name: Install Go
21
- uses: actions/setup-go@v5
+ uses: actions/setup-go@v6
22
with:
23
go-version-file: go.mod
24
.github/workflows/test-with-coverage.yml
@@ -23,7 +23,7 @@ jobs:
fetch-depth: 0
25
26
27
28
29
.github/workflows/verify-dependencies.yml
@@ -14,7 +14,7 @@ jobs:
14
15
16
17
0 commit comments