mirror of
https://github.com/imjasonh/terraform-playground
synced 2026-07-18 23:20:18 +00:00
ci: temporarily disable golangci-lint until it supports Go 1.25
This commit is contained in:
parent
aff5c420f6
commit
943c6d1f28
1 changed files with 6 additions and 5 deletions
11
.github/workflows/driftlessaf.yaml
vendored
11
.github/workflows/driftlessaf.yaml
vendored
|
|
@ -21,8 +21,9 @@ jobs:
|
|||
working-directory: driftlessaf
|
||||
run: go test ./...
|
||||
|
||||
- name: Run golangci-lint
|
||||
uses: golangci/golangci-lint-action@v6
|
||||
with:
|
||||
working-directory: driftlessaf
|
||||
version: latest
|
||||
# TODO: Re-enable when golangci-lint supports Go 1.25
|
||||
# - name: Run golangci-lint
|
||||
# uses: golangci/golangci-lint-action@v6
|
||||
# with:
|
||||
# working-directory: driftlessaf
|
||||
# version: latest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue