Thanks to visit codestin.com Credit goes to github.com
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 4180816 commit 76d4373Copy full SHA for 76d4373
.github/workflows/ci.yml
@@ -26,6 +26,8 @@ jobs:
26
- uses: actions/checkout@v4
27
- run: go version
28
- uses: actions/setup-go@v5
29
+ with:
30
+ go-version-file: ./go.mod
31
- run: ./ci/lint.sh
32
33
test:
0 commit comments