Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit 7b33d01

Browse files
committed
ci: update golangci-lint version
Signed-off-by: Milas Bowman <[email protected]>
1 parent 0204892 commit 7b33d01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
env:
3131
BUILD_TAGS: kube,e2e
3232
run: |
33-
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sudo sh -s -- -b /usr/bin/ v1.45.2
33+
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sudo sh -s -- -b /usr/bin/ v1.50.1
3434
make -f builder.Makefile lint
3535
3636
# only on main branch, costs too much for the gain on every PR

0 commit comments

Comments
 (0)