Skip to content

Commit 2829e9e

Browse files
authored
Merge pull request #718 from onflow/mpeter/update-golangci-lint-version
Update version of golangci-lint CI action for go 1.22 version
2 parents 7443206 + e92fcd3 commit 2829e9e

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)