try to remove linter change

This commit is contained in:
Anderson Valério 2025-05-09 05:57:22 -03:00
parent 2e210d1cfd
commit 67e218c6b4
No known key found for this signature in database
GPG Key ID: 92D38E56BFF005A0
2 changed files with 5 additions and 2 deletions

View File

@ -35,12 +35,12 @@ jobs:
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
go-version: 1.22.4
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.64.8
version: v1.61.0
Tests:
name: Tests - Executing unit tests

View File

@ -1,3 +1,6 @@
run:
deadline: 120s
linters:
enable:
- govet