Skip to content

Commit c73f1ab

Browse files
lucacomethaJeztah
authored andcommitted
Bump golangci-lint to v1.50.1
Signed-off-by: Luca Comellini <[email protected]> (cherry picked from commit c5fff10) Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent f198f77 commit c73f1ab

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- uses: actions/checkout@v3
4848
- uses: golangci/golangci-lint-action@v3
4949
with:
50-
version: v1.49.0
50+
version: v1.50.1
5151
skip-cache: true
5252
args: --timeout=5m
5353

script/setup/install-dev-tools

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

17-
1817
#
1918
# Install developer tools to $GOBIN (or $GOPATH/bin if unset)
2019
#
@@ -23,7 +22,7 @@ set -eu -o pipefail
2322
# install `protobuild` and other commands
2423
go install github.com/stevvooe/[email protected]
2524
go install github.com/cpuguy83/go-md2man/[email protected]
26-
go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.49.0
25+
go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.50.1
2726

2827
# the following packages need to exist in $GOPATH so we can't use
2928
# go modules-aware mode of `go get` for these includes used during

0 commit comments

Comments
 (0)