Skip to content

Commit e6e21f1

Browse files
committed
Update zerolint version
Signed-off-by: Oliver Eikemeier <[email protected]>
1 parent ac2b9af commit e6e21f1

File tree

8 files changed

+18
-36
lines changed

8 files changed

+18
-36
lines changed

.custom-gcl.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
version: v1.59.1
2+
version: v1.60.1
33
plugins:
44
- module: fillmore-labs.com/zerolint-golangci-plugin
55
path: .

.github/codecov.yml

Lines changed: 0 additions & 7 deletions
This file was deleted.

.github/renovate.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-24.04
1919
strategy:
2020
matrix:
21-
go: ["1.22", "1.21"]
21+
go: ["1.23", "1.22"]
2222
env:
2323
GOTOOLCHAIN: local
2424
steps:
@@ -32,7 +32,7 @@ jobs:
3232
- name: 🧸 golangci-lint
3333
uses: golangci/golangci-lint-action@v6
3434
with:
35-
version: v1.59.1
35+
version: v1.60.1
3636
args: --config=.golangci-default.yaml
3737
- name: 🔨 Test
3838
run: golangci-lint custom -v && ./custom-gcl run -v .

.golangci-default.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ linters:
1616
- varnamelen
1717
- wrapcheck
1818
- wsl
19-
# Go 1.22
20-
- copyloopvar
21-
- intrange
2219
linters-settings:
2320
govet:
2421
enable-all: true

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ Add a file `.custom-gcl.yaml` to your source with
1010

1111
```YAML
1212
---
13-
version: v1.59.1
13+
version: v1.60.1
1414
plugins:
1515
- module: fillmore-labs.com/zerolint-golangci-plugin
16-
version: v0.0.2
16+
version: v0.0.3
1717
```
1818
1919
then run `golangci-lint custom`. You get an `custom-gcl` executable that can be configured in `.golangci.yaml`:
@@ -32,7 +32,7 @@ linters-settings:
3232
excluded: []
3333
```
3434

35-
and used like `golangci-lint`:
35+
and can be used like `golangci-lint`:
3636

3737
```shell
3838
./custom-gcl run .

go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
module fillmore-labs.com/zerolint-golangci-plugin
22

3-
go 1.21
3+
go 1.22
44

5-
toolchain go1.22.5
5+
toolchain go1.23.0
66

77
require (
8-
fillmore-labs.com/zerolint v0.0.2
8+
fillmore-labs.com/zerolint v0.0.3
99
github.com/golangci/plugin-module-register v0.1.1
10-
golang.org/x/tools v0.23.0
10+
golang.org/x/tools v0.24.0
1111
)

go.sum

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
fillmore-labs.com/zerolint v0.0.2 h1:Wgg5K92ENelyg6GqybOLdj4kn3fsXtQAPyNxOmcO//M=
2-
fillmore-labs.com/zerolint v0.0.2/go.mod h1:HT5XckGjAEW+twhXtryNQzphPzHjCw5ccFZUqel3Kis=
1+
fillmore-labs.com/zerolint v0.0.3 h1:SLCJA66I4nMahf+uBbuhStDxV+P9bKZzI0ox+rkicnY=
2+
fillmore-labs.com/zerolint v0.0.3/go.mod h1:uG/Zq5BdtVpPjYfo//pHAZdhtacBah4YMvpzNZz3nS8=
33
github.com/golangci/plugin-module-register v0.1.1 h1:TCmesur25LnyJkpsVrupv1Cdzo+2f7zX0H6Jkw1Ol6c=
44
github.com/golangci/plugin-module-register v0.1.1/go.mod h1:TTpqoB6KkwOJMV8u7+NyXMrkwwESJLOkfl9TxR1DGFc=
5-
golang.org/x/mod v0.19.0 h1:fEdghXQSo20giMthA7cd28ZC+jts4amQ3YMXiP5oMQ8=
6-
golang.org/x/mod v0.19.0/go.mod h1:hTbmBsO62+eylJbnUtE2MGJUyE7QWk4xUqPFrRgJ+7c=
7-
golang.org/x/sync v0.7.0 h1:YsImfSBoP9QPYL0xyKJPq0gcaJdG3rInoqxTWbfQu9M=
8-
golang.org/x/sync v0.7.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk=
9-
golang.org/x/tools v0.23.0 h1:SGsXPZ+2l4JsgaCKkx+FQ9YZ5XEtA1GZYuoDjenLjvg=
10-
golang.org/x/tools v0.23.0/go.mod h1:pnu6ufv6vQkll6szChhK3C3L/ruaIv5eBeztNG8wtsI=
5+
golang.org/x/mod v0.20.0 h1:utOm6MM3R3dnawAiJgn0y+xvuYRsm1RKM/4giyfDgV0=
6+
golang.org/x/mod v0.20.0/go.mod h1:hTbmBsO62+eylJbnUtE2MGJUyE7QWk4xUqPFrRgJ+7c=
7+
golang.org/x/sync v0.8.0 h1:3NFvSEYkUoMifnESzZl15y791HH1qU2xm6eCJU5ZPXQ=
8+
golang.org/x/sync v0.8.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk=
9+
golang.org/x/tools v0.24.0 h1:J1shsA93PJUEVaUSaay7UXAyE8aimq3GW0pjlolpa24=
10+
golang.org/x/tools v0.24.0/go.mod h1:YhNqVBIfWHdzvTLs0d8LCuMhkKUgSUKldakyV7W/WDQ=

0 commit comments

Comments
 (0)