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 50c60ab commit 9e8c277Copy full SHA for 9e8c277
.github/workflows/codecov.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: Setup go
15
uses: actions/setup-go@v4
16
with:
17
- go-version: stable
+ go-version-file: go.mod
18
19
- name: Runing tests for coverage
20
run: |
.github/workflows/codeql-analysis.yml
@@ -22,6 +22,11 @@ jobs:
22
- name: Checkout repository
23
uses: actions/checkout@v4
24
25
+ - name: Setup go
26
+ uses: actions/setup-go@v4
27
+ with:
28
29
+
30
- name: Initialize CodeQL
31
uses: github/codeql-action/init@v2
32
.github/workflows/documentation.yml
- name: Set up Go
- name: Install swag by swaggo
0 commit comments