Skip to content

Commit 3084819

Browse files
committed
ci/gha: bump golangci-lint to 1.48
This version works with go 1.19, i.e. it fixes golangci/golangci-lint#2922. Signed-off-by: Kir Kolyshkin <[email protected]> (cherry picked from commit 0f4bf2c) Signed-off-by: Kir Kolyshkin <[email protected]>
1 parent a37f7e7 commit 3084819

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
sudo apt -q install libseccomp-dev
2828
- uses: golangci/golangci-lint-action@v3
2929
with:
30-
version: v1.46
30+
version: v1.48
3131
# Extra linters, only checking new code from a pull request.
3232
- name: lint-extra
3333
if: github.event_name == 'pull_request'

0 commit comments

Comments
 (0)