Skip to content

Commit e92fcd3

Browse files
committed
Update version of golangci-lint CI action for go 1.22 version
1 parent 7443206 commit e92fcd3

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
@@ -38,5 +38,5 @@ jobs:
3838
uses: golangci/golangci-lint-action@v4
3939
with:
4040
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
41-
version: v1.54
41+
version: v1.63.4
4242
args: --timeout=10m

0 commit comments

Comments
 (0)