Skip to content

Commit 4989fc8

Browse files
docs: Update documentation and assets (#2224)
Co-authored-by: Fernandez Ludovic <[email protected]>
1 parent 54f4301 commit 4989fc8

File tree

4 files changed

+87
-68
lines changed

4 files changed

+87
-68
lines changed

CHANGELOG.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,26 @@
11
Follow the news and releases on our [twitter](https://twitter.com/golangci) and our [blog](https://medium.com/golangci).
22
There is the most valuable changes log:
33

4+
### September 2021
5+
6+
1. update linters:
7+
* `errcheck`: update to HEAD
8+
* `gci`: Parse the settings more similarly to the CLI
9+
410
### August 2021
511

612
1. new linters:
713
* Add `errname` linter
814
2. update linters:
15+
* `errname` from 0.1.3 to 0.1.4
16+
* `go-critic`: fix invalid type conversions.
17+
* `godot`: from 1.4.8 to 1.4.9
918
* `gomodguard`: from 1.2.2 to 1.2.3
10-
* `revive`: from 1.0.9 to 1.1.0
19+
* `revive`: from 1.0.9 to 1.1.1
1120
* `staticcheck`: bump to 2021.1.1 (v0.2.1)
1221
* `wrapcheck`: bump to v2.3.0
22+
4. Misc:
23+
* build binaries and Docker images with go1.17
1324

1425
### July 2021
1526

0 commit comments

Comments
 (0)