We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98f76c5 commit ab5e064Copy full SHA for ab5e064
1 file changed
.github/workflows/checks.yml
@@ -11,7 +11,6 @@ permissions:
11
pull-requests: read
12
env:
13
CGO_ENABLED: 0
14
- GO_VERSION: stable
15
GOLANGCI_LINT_VERSION: v1.64.5
16
SHELLCHECK_SCRIPTS: ./*.sh
17
jobs:
@@ -21,7 +20,7 @@ jobs:
21
20
- uses: actions/checkout@v4
22
- uses: actions/setup-go@v5
23
with:
24
- go-version: ${{ env.GO_VERSION }}
+ go-version-file: go.mod
25
- name: Run GolangCI-Lint
26
uses: golangci/golangci-lint-action@v6
27
@@ -32,7 +31,7 @@ jobs:
32
31
33
34
35
36
- name: Check if go.mod is tidy
37
run: |
38
go mod tidy
0 commit comments