Skip to content

Commit

Permalink
Bump golangci-lint from 1.51.1 to 1.55.1 (#1214)
Browse files Browse the repository at this point in the history
  • Loading branch information
roger2hk committed Nov 1, 2023
1 parent 8af4dd8 commit 898dd56
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
13 changes: 9 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,23 @@
## HEAD

### Add support for WASI port

* Add build tags for wasip1 GOOS

### Add support for IBM Z operating system z/OS

* Add build tags for zos

### LogList
* Add support for "is_all_logs" field

* Add support for "is_all_logs" field

### Misc
* #1059: Escape forward slashes in certificate Subject names when used as user quota id strings.
* Bump Go version from 1.19 to 1.20.
* Fix typos

* #1059: Escape forward slashes in certificate Subject names when used as user quota id strings.
* Bump Go version from 1.19 to 1.20.
* Bump golangci-lint from 1.51.1 to 1.55.1 (developers should update to this version).
* Fix typos

## v1.1.6

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ pull requests for review.

```bash
# Install golangci-lint
go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.51.1
go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.55.1

# Run code generation, build, test and linters
./scripts/presubmit.sh
Expand Down
2 changes: 1 addition & 1 deletion integration/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ENV GOFLAGS=$GOFLAGS
RUN apt-get update && apt-get -y install build-essential curl docker-compose lsof netcat-openbsd unzip wget xxd

RUN cd /usr/bin && curl -L -O https://github.com/stedolan/jq/releases/download/jq-1.6/jq-linux64 && mv jq-linux64 /usr/bin/jq && chmod +x /usr/bin/jq
RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.51.1
RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.55.1
RUN mkdir protoc && \
(cd protoc && \
PROTOC_VERSION=3.20.1 && \
Expand Down

0 comments on commit 898dd56

Please sign in to comment.