Skip to content

Commit 6fd4383

Browse files
committed
dev: prepare v1.24.0
GIT_TAG=v1.24.0 make README.md
1 parent b851f17 commit 6fd4383

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.8:
76+
Here is the recommended way to install golangci-lint v1.24.0:
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.8
80+
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.24.0
8181

8282
# or install it into ./bin/
83-
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.23.8
83+
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.24.0
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.8
86+
wget -O- -nv https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.24.0
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.8 golangci-lint run -v
106+
docker run --rm -v $(pwd):/app -w /app golangci/golangci-lint:v1.24.0 golangci-lint run -v
107107
```
108108

109109
### Go

0 commit comments

Comments
 (0)