Skip to content

Commit 00fc20a

Browse files
committed
README fixes for linters tables
Reflect latest changes to linters
1 parent 34cc5dd commit 00fc20a

File tree

1 file changed

+13
-17
lines changed

1 file changed

+13
-17
lines changed

README.md

+13-17
Original file line numberDiff line numberDiff line change
@@ -72,26 +72,22 @@ others.
7272
Unless indicated otherwise, the following linting tools are included in the
7373
`go-ci-stable`, `go-ci-oldstable` and `go-ci-unstable` images:
7474

75-
| Linter | Version |
76-
| --------------------------------------------------------------------- | ---------------------------- |
77-
| [`staticcheck`](https://github.com/dominikh/go-tools) | `2024.1.1` (`v0.5.1`) |
78-
| [`golangci-lint`](https://github.com/golangci/golangci-lint) | `v1.60.1` |
79-
| [`govulncheck`](https://pkg.go.dev/golang.org/x/vuln/cmd/govulncheck) | `v1.1.3` |
80-
| [`deadcode`](https://pkg.go.dev/golang.org/x/tools/cmd/deadcode) | `v0.24.0` |
81-
| [`orijtech/httperroryzer`](https://github.com/orijtech/httperroryzer) | `v0.0.1` (`oldstable` image) |
82-
| [`orijtech/structslop`](https://github.com/orijtech/structslop) | `v0.0.8` (`oldstable` image) |
83-
| [`orijtech/tickeryzer`](https://github.com/orijtech/tickeryzer) | `v0.0.3` (`oldstable` image) |
84-
| [`pelletier/go-toml`](https://github.com/pelletier/go-toml) | `v2.2.2` |
85-
| [`fatih/errwrap`](https://github.com/fatih/errwrap) | `v1.6.0` |
75+
| Linter | Version |
76+
| --------------------------------------------------------------------- | --------------------- |
77+
| [`staticcheck`](https://github.com/dominikh/go-tools) | `2024.1.1` (`v0.5.1`) |
78+
| [`golangci-lint`](https://github.com/golangci/golangci-lint) | `v1.60.1` |
79+
| [`govulncheck`](https://pkg.go.dev/golang.org/x/vuln/cmd/govulncheck) | `v1.1.3` |
80+
| [`deadcode`](https://pkg.go.dev/golang.org/x/tools/cmd/deadcode) | `v0.24.0` |
81+
| [`pelletier/go-toml`](https://github.com/pelletier/go-toml) | `v2.2.2` |
82+
| [`fatih/errwrap`](https://github.com/fatih/errwrap) | `v1.6.0` |
8683

8784
Forks:
8885

89-
| Linter | Version |
90-
| -------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- |
91-
| [`golangci-lint`](https://github.com/golangci/golangci-lint) | [`feat/go1.23` dev branch](https://github.com/atc0005/golangci-lint/tree/feat/go1.23) for `unstable` image |
92-
| [`orijtech/httperroryzer`](https://github.com/atc0005/httperroryzer) | `9f94717820d4a5075117680de2ca07875d32c9f1` (`stable`, `unstable` images) |
93-
| [`orijtech/structslop`](https://github.com/atc0005/structslop) | `33c868804e9e6070fdaee64b729d3129bbe85a53` (`stable`, `unstable` images) |
94-
| [`orijtech/tickeryzer`](https://github.com/atc0005/tickeryzer) | `b38acaa6d76d30629a49ad9eddd1aa5ddd0afa8f` (`stable`, `unstable` images) |
86+
| Linter | Version |
87+
| -------------------------------------------------------------------- | ------------------------------------------ |
88+
| [`orijtech/httperroryzer`](https://github.com/atc0005/httperroryzer) | `9f94717820d4a5075117680de2ca07875d32c9f1` |
89+
| [`orijtech/structslop`](https://github.com/atc0005/structslop) | `33c868804e9e6070fdaee64b729d3129bbe85a53` |
90+
| [`orijtech/tickeryzer`](https://github.com/atc0005/tickeryzer) | `b38acaa6d76d30629a49ad9eddd1aa5ddd0afa8f` |
9591

9692
## Build tools included
9793

0 commit comments

Comments
 (0)