Skip to content

Commit

Permalink
Update checks.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
StefMa authored Jun 4, 2024
1 parent bcc436a commit b677508
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.22.2'
go-version-file: 'go.mod'
cache: false
- name: Refresh CLI docs
run: go run internal/cli-docgen.go
Expand All @@ -30,7 +30,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.22.2'
go-version-file: 'go.mod'
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
Expand All @@ -44,7 +44,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: '1.22.2'
go-version-file: 'go.mod'
- name: Checkout code
uses: actions/checkout@v4
- name: Test
Expand Down

0 comments on commit b677508

Please sign in to comment.