1
0
Fork 0
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:
Jason Hall 2026-02-04 13:48:26 -05:00
parent aff5c420f6
commit 943c6d1f28

View file

@ -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