Skip to content

Commit b9eef79

Browse files
committed
dev: release v1.23.6
1 parent 27561c8 commit b9eef79

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -73,17 +73,17 @@ use deprecated option `--enable-all` and a new linter is added or even without `
7373

7474
It's highly recommended to install a specific version of golangci-lint available on the [releases page](https://github.com/golangci/golangci-lint/releases).
7575

76-
Here is the recommended way to install golangci-lint v1.23.5:
76+
Here is the recommended way to install golangci-lint v1.23.6:
7777

7878
```bash
7979
# binary will be $(go env GOPATH)/bin/golangci-lint
80-
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.23.5
80+
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.23.6
8181

8282
# or install it into ./bin/
83-
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.23.5
83+
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.23.6
8484

8585
# In alpine linux (as it does not come with curl by default)
86-
wget -O- -nv https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.23.5
86+
wget -O- -nv https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.23.6
8787

8888
golangci-lint --version
8989
```
@@ -103,7 +103,7 @@ brew upgrade golangci/tap/golangci-lint
103103
### Docker
104104

105105
```bash
106-
docker run --rm -v $(pwd):/app -w /app golangci/golangci-lint:v1.23.5 golangci-lint run -v
106+
docker run --rm -v $(pwd):/app -w /app golangci/golangci-lint:v1.23.6 golangci-lint run -v
107107
```
108108

109109
### Go

0 commit comments

Comments
 (0)