mirror of
https://github.com/Valkyrie00/bold-brew.git
synced 2026-03-14 14:25:53 +01:00
fix(lint): update golangci config to Go 1.25 and enable test linting
- Update go version from 1.20 to 1.25 to match project - Enable linting for test files (tests: true)
This commit is contained in:
parent
fa7996453f
commit
95c5453aa1
1 changed files with 2 additions and 2 deletions
|
|
@ -1,8 +1,8 @@
|
|||
version: "2"
|
||||
run:
|
||||
concurrency: 4
|
||||
go: "1.20"
|
||||
tests: false
|
||||
go: "1.25"
|
||||
tests: true
|
||||
allow-parallel-runners: true
|
||||
output:
|
||||
formats:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue