Commit ac7feda
authored
chore(deps): Update dependency golangci/golangci-lint to v1.60.3 (#1882)
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [golangci/golangci-lint](https://togithub.com/golangci/golangci-lint) | minor | `v1.59.1` -> `v1.60.3` |
---
### Release Notes
<details>
<summary>golangci/golangci-lint (golangci/golangci-lint)</summary>
### [`v1.60.3`](https://togithub.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v1603)
[Compare Source](https://togithub.com/golangci/golangci-lint/compare/v1.60.2...v1.60.3)
1. Updated linters
- `gosec`: from [`81cda2f`](https://togithub.com/golangci/golangci-lint/commit/81cda2f91fbe) to [`ab3f6c1`](https://togithub.com/golangci/golangci-lint/commit/ab3f6c1c83a0) (fix `G115` false positives)
2. Misc.
- Check that the Go version use to build is greater or equals to the Go version of the project
### [`v1.60.2`](https://togithub.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v1602)
[Compare Source](https://togithub.com/golangci/golangci-lint/compare/v1.60.1...v1.60.2)
1. Updated linters
- `gofmt`: update to HEAD (go1.22)
- `gofumpt`: from 0.6.0 to 0.7.0
- `gosec`: fix G602 analyzer
- `gosec`: from [`5f0084e`](https://togithub.com/golangci/golangci-lint/commit/5f0084eb01a9) to [`81cda2f`](https://togithub.com/golangci/golangci-lint/commit/81cda2f91fbe) (adds `G115`, `G405`, `G406`, `G506`, `G507`)
- `staticcheck`: from 0.5.0 to 0.5.1
- `staticcheck`: propagate Go version
- `wrapcheck`: from 2.8.3 to 2.9.0
- 1 parent b2d6b06 commit ac7feda
3 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
175 | 175 | | |
176 | 176 | | |
177 | 177 | | |
178 | | - | |
| 178 | + | |
179 | 179 | | |
180 | 180 | | |
181 | 181 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
118 | | - | |
| 118 | + | |
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
| |||
0 commit comments