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 a04376f commit 77727e4Copy full SHA for 77727e4
.github/workflows/lint.yaml
@@ -11,7 +11,7 @@ jobs:
11
uses: actions/checkout@v5
12
13
- name: Setup Go
14
- uses: actions/setup-go@v5
+ uses: actions/setup-go@v6
15
with:
16
go-version: "1"
17
.github/workflows/unit.yaml
@@ -8,7 +8,7 @@ jobs:
8
9
10
go-version-file: 'go.mod'
0 commit comments