Skip to content

docs: Update documentation and assets #4035

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Aug 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,7 @@ jobs:
# ex:
# - 1.18beta1 -> 1.18.0-beta.1
# - 1.18rc1 -> 1.18.0-rc.1
# TODO(ldez) must be changed after the first release of golangci-lint with go1.21
# go-version: ${{ env.GO_VERSION }}
go-version: '1.20'
go-version: ${{ env.GO_VERSION }}
- name: lint
uses: golangci/[email protected]
with:
Expand Down
8 changes: 0 additions & 8 deletions .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
linters-settings:
depguard:
# old configuration. TODO(ldez): must be removed
list-type: denylist
packages:
# logging is allowed only by logutils.Log, logrus
# is allowed to use only in logutils package
- github.com/sirupsen/logrus
packages-with-error-message:
- github.com/sirupsen/logrus: "logging is allowed only by logutils.Log"
# new configuration
rules:
logger:
Expand Down
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@ Follow the news and releases on [Mastodon](https://fosstodon.org/@golangcilint)

There is the most valuable changes log:

### v1.54.2

1. updated linters:
* `errname`: from 0.1.10 to 0.1.12
* `ginkgolinter`: from 0.13.3 to 0.13.5
* `go-errorlint`: from 1.4.3 to 1.4.4
* `godot`: from 1.4.11 to 1.4.14
* `gosec`: from 2.16.0 to 2.17.0
* `musttag`: from 0.7.1 to 0.7.2
* `nilnil`: from 0.1.5 to 0.1.7
* `staticcheck`: from 0.4.3 to 0.4.5
* `usestdlibvars`: from 1.23.0 to 1.24.0
* `govet`: add missing `directive` and `slog` passes

### v1.54.1

1. updated linters:
Expand Down
Loading