try to remove linter change
This commit is contained in:
parent
67e218c6b4
commit
5e57984cb1
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,6 +1,3 @@
|
|||
run:
|
||||
deadline: 120s
|
||||
|
||||
linters:
|
||||
enable:
|
||||
- govet
|
||||
|
|
|
|||
Loading…
Reference in New Issue