File tree 5 files changed +113
-107
lines changed
5 files changed +113
-107
lines changed Original file line number Diff line number Diff line change 41
41
# ex:
42
42
# - 1.18beta1 -> 1.18.0-beta.1
43
43
# - 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 }}
47
45
- name : lint
48
46
uses : golangci/golangci-lint-action@v3.6.0
49
47
with :
Original file line number Diff line number Diff line change 1
1
linters-settings :
2
2
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"
11
3
# new configuration
12
4
rules :
13
5
logger :
Original file line number Diff line number Diff line change @@ -2,6 +2,20 @@ Follow the news and releases on [Mastodon](https://fosstodon.org/@golangcilint)
2
2
3
3
There is the most valuable changes log:
4
4
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
+
5
19
### v1.54.1
6
20
7
21
1 . updated linters:
You can’t perform that action at this time.
0 commit comments