Skip to content

Commit fb74c2e

Browse files
committed
dev: prepare release
GIT_TAG=v1.27.0 make README.md
1 parent 6b124f1 commit fb74c2e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

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

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

79-
Here is the recommended way to install golangci-lint v1.26.0:
79+
Here is the recommended way to install golangci-lint v1.27.0:
8080

8181
```bash
8282
# binary will be $(go env GOPATH)/bin/golangci-lint
83-
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.26.0
83+
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.27.0
8484

8585
# or install it into ./bin/
86-
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.26.0
86+
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.27.0
8787

8888
# In alpine linux (as it does not come with curl by default)
89-
wget -O- -nv https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.26.0
89+
wget -O- -nv https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.27.0
9090

9191
golangci-lint --version
9292
```
@@ -106,15 +106,15 @@ brew upgrade golangci/tap/golangci-lint
106106
### Docker
107107

108108
```bash
109-
docker run --rm -v $(pwd):/app -w /app golangci/golangci-lint:v1.26.0 golangci-lint run -v
109+
docker run --rm -v $(pwd):/app -w /app golangci/golangci-lint:v1.27.0 golangci-lint run -v
110110
```
111111

112112
### Go
113113

114114
Go source installations are supported for the two most recent Go releases.
115115

116116
```bash
117-
GO111MODULE=on go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.26.0
117+
GO111MODULE=on go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.27.0
118118
```
119119

120120
## Trusted By

0 commit comments

Comments
 (0)