Update dependencies and add linting configuration
Some checks failed
🚨 Lint Code Base / 🧹 golangci-lint (push) Has been cancelled
Some checks failed
🚨 Lint Code Base / 🧹 golangci-lint (push) Has been cancelled
This commit is contained in:
@@ -19,8 +19,9 @@ jobs:
|
||||
with:
|
||||
go-version: '1.24.6'
|
||||
|
||||
- name: 🧪 Run Linter
|
||||
uses: golangci/golangci-lint-action@v2.4.0
|
||||
with:
|
||||
version: latest
|
||||
args: --timeout=5m
|
||||
- name: 📦 📥 Install Dependencies
|
||||
run: |
|
||||
go mod download
|
||||
|
||||
- name: ✅ 🔍 Run Go Lint
|
||||
uses: golangci/golangci-lint-action@v8.0.0
|
||||
|
Reference in New Issue
Block a user