anderson/fix golint

This commit is contained in:
Anderson Valério 2025-05-07 09:17:35 -03:00
parent 7ad27949b2
commit 64be9956ed
No known key found for this signature in database
GPG Key ID: 92D38E56BFF005A0
2 changed files with 3 additions and 3 deletions

View File

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

View File

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