dev: prepare v1.23.7
GIT_TAG=v1.23.7 make README.md
This commit is contained in:
parent
c9ff1ae80d
commit
96964dbe0c
10
README.md
10
README.md
@ -73,17 +73,17 @@ use deprecated option `--enable-all` and a new linter is added or even without `
|
|||||||
|
|
||||||
It's highly recommended to install a specific version of golangci-lint available on the [releases page](https://github.com/golangci/golangci-lint/releases).
|
It's highly recommended to install a specific version of golangci-lint available on the [releases page](https://github.com/golangci/golangci-lint/releases).
|
||||||
|
|
||||||
Here is the recommended way to install golangci-lint v1.23.6:
|
Here is the recommended way to install golangci-lint v1.23.7:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# binary will be $(go env GOPATH)/bin/golangci-lint
|
# binary will be $(go env GOPATH)/bin/golangci-lint
|
||||||
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.23.6
|
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.23.7
|
||||||
|
|
||||||
# or install it into ./bin/
|
# or install it into ./bin/
|
||||||
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.23.6
|
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.23.7
|
||||||
|
|
||||||
# In alpine linux (as it does not come with curl by default)
|
# In alpine linux (as it does not come with curl by default)
|
||||||
wget -O- -nv https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.23.6
|
wget -O- -nv https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.23.7
|
||||||
|
|
||||||
golangci-lint --version
|
golangci-lint --version
|
||||||
```
|
```
|
||||||
@ -103,7 +103,7 @@ brew upgrade golangci/tap/golangci-lint
|
|||||||
### Docker
|
### Docker
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
docker run --rm -v $(pwd):/app -w /app golangci/golangci-lint:v1.23.6 golangci-lint run -v
|
docker run --rm -v $(pwd):/app -w /app golangci/golangci-lint:v1.23.7 golangci-lint run -v
|
||||||
```
|
```
|
||||||
|
|
||||||
### Go
|
### Go
|
||||||
|
Loading…
x
Reference in New Issue
Block a user