Skip to content

Commit ca114a4

Browse files
committed
ci: use latest version of golangci-lint
using the latest version of golangci-lint built for 1.23 Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
1 parent 4dd5f5f commit ca114a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
uses: golangci/golangci-lint-action@v6
5757
with:
5858
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
59-
version: v1.55
59+
version: v1.63
6060

6161
# Optional: golangci-lint command line arguments.
6262
args: --config=.golangci.yml

0 commit comments

Comments
 (0)