Skip to content

Commit 0f8947f

Browse files
authored
Merge pull request #909 from Elbehery/20250216-bump-go-linter-1.24
Bump go linter 1.24
2 parents 232894f + 4254016 commit 0f8947f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests-template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ jobs:
5454
- name: golangci-lint
5555
uses: golangci/golangci-lint-action@051d91933864810ecd5e2ea2cfd98f6a5bca5347 # v6.3.2
5656
with:
57-
version: v1.61.0
57+
version: v1.63.4

.github/workflows/tests_windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: golangci-lint
4343
uses: golangci/golangci-lint-action@051d91933864810ecd5e2ea2cfd98f6a5bca5347 # v6.3.2
4444
with:
45-
version: v1.61.0
45+
version: v1.63.4
4646

4747
coverage:
4848
needs: ["test-windows"]

0 commit comments

Comments
 (0)