Skip to content

Commit

Permalink
Upgrade golangci-lint to v1.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergio Andres Virviescas Santana committed Aug 17, 2020
1 parent 884c3cf commit 7563dc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
include:
- stage: lint
script:
- curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.29.0
- curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.30.0
- golangci-lint run

- stage: cross compilation
Expand Down
1 change: 1 addition & 0 deletions requestid_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ func Test_New(t *testing.T) { //nolint:funlen
err := New(Config{})(ctx)
if (err != nil) != tt.want.err {
t.Errorf("RequestIDMiddleware() unexpected error: %v", err)

return
}

Expand Down

0 comments on commit 7563dc4

Please # to comment.