update linting action to use golangci-lint-action@v8.0.0
Some checks failed
🧪 ✨ Unit Tests Workflow / 🔍 🐹 Go Tests (push) Failing after 5m36s

This commit is contained in:
2025-06-17 22:05:36 -04:00
parent 36518cb902
commit 7efe11f845

View File

@@ -35,5 +35,4 @@ jobs:
go mod download
- name: ✅ 🔍 Run Go Lint
run: |
golangci-lint run ./...
uses: golangci/golangci-lint-action@v8.0.0