You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12-37Lines changed: 12 additions & 37 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,14 @@
1
-
Follow the news and releases on our [twitter](https://twitter.com/golangci) and our [blog](https://medium.com/golangci).
1
+
Follow the news and releases on [Mastodon](https://fosstodon.org/@golangcilint) and on [Twitter](https://twitter.com/golangci).
2
+
2
3
There is the most valuable changes log:
3
4
5
+
### v1.54.1
6
+
7
+
1. updated linters:
8
+
*`go-critic`: from 0.8.2 to 0.9.0
9
+
2. misc.
10
+
* plugin: temporarily hide warning about using plugins using the old API
11
+
4
12
### v1.54.0
5
13
6
14
1. updated linters:
@@ -31,44 +39,11 @@ There is the most valuable changes log:
31
39
3. Documentation
32
40
* Add linter descriptions.
33
41
34
-
#### Important
35
-
36
-
`ruleguard` (a "rule" inside `gocritic`) is disabled, only with go1.21, due to a bug of `ruleguard`
37
-
38
-
The Go version should be 1.21 inside `go.mod` or be defined inside the `run` section:
39
-
40
-
<details><summary>go.mod</summary>
41
-
42
-
```go
43
-
module your/module/name
44
-
45
-
go1.21
46
-
47
-
// ...
48
-
49
-
```
50
-
51
-
</details>
52
-
53
-
<details><summary>.golangci.yml</summary>
54
-
55
-
```yml
56
-
run:
57
-
go: '1.21'
58
-
```
59
-
60
-
</details>
61
-
62
-
<details><summary>CLI flags</summary>
63
-
64
-
```bash
65
-
--go=1.21
66
-
```
67
-
68
-
</details>
42
+
**Important**
69
43
44
+
`ruleguard` (a "rule" inside `gocritic`) was disabled in this release (v1.54.0) and was enabled again in the next release (v1.54.1).
70
45
71
-
You can follow this topic by subscribing to the [issue #3933](https://github.com/golangci/golangci-lint/issues/3933).
46
+
`exhaustruct` has breaking changes with regular expressions, more details [here](https://github.com/GaijinEntertainment/go-exhaustruct/releases/tag/v3.0.0).
0 commit comments