Skip to content

Commit d386f94

Browse files
golangci-releaserldez
authored andcommitted
docs: Update documentation and assets (#4035)
Co-authored-by: Fernandez Ludovic <[email protected]>
1 parent 9740df6 commit d386f94

File tree

5 files changed

+113
-107
lines changed

5 files changed

+113
-107
lines changed

.github/workflows/pr.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,7 @@ jobs:
4141
# ex:
4242
# - 1.18beta1 -> 1.18.0-beta.1
4343
# - 1.18rc1 -> 1.18.0-rc.1
44-
# TODO(ldez) must be changed after the first release of golangci-lint with go1.21
45-
# go-version: ${{ env.GO_VERSION }}
46-
go-version: '1.20'
44+
go-version: ${{ env.GO_VERSION }}
4745
- name: lint
4846
uses: golangci/[email protected]
4947
with:

.golangci.yml

-8
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,5 @@
11
linters-settings:
22
depguard:
3-
# old configuration. TODO(ldez): must be removed
4-
list-type: denylist
5-
packages:
6-
# logging is allowed only by logutils.Log, logrus
7-
# is allowed to use only in logutils package
8-
- github.com/sirupsen/logrus
9-
packages-with-error-message:
10-
- github.com/sirupsen/logrus: "logging is allowed only by logutils.Log"
113
# new configuration
124
rules:
135
logger:

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@ Follow the news and releases on [Mastodon](https://fosstodon.org/@golangcilint)
22

33
There is the most valuable changes log:
44

5+
### v1.54.2
6+
7+
1. updated linters:
8+
* `errname`: from 0.1.10 to 0.1.12
9+
* `ginkgolinter`: from 0.13.3 to 0.13.5
10+
* `go-errorlint`: from 1.4.3 to 1.4.4
11+
* `godot`: from 1.4.11 to 1.4.14
12+
* `gosec`: from 2.16.0 to 2.17.0
13+
* `musttag`: from 0.7.1 to 0.7.2
14+
* `nilnil`: from 0.1.5 to 0.1.7
15+
* `staticcheck`: from 0.4.3 to 0.4.5
16+
* `usestdlibvars`: from 1.23.0 to 1.24.0
17+
* `govet`: add missing `directive` and `slog` passes
18+
519
### v1.54.1
620

721
1. updated linters:

0 commit comments

Comments
 (0)