Skip to content

Commit d7a4d38

Browse files
committed
fix gh
1 parent 68971d3 commit d7a4d38

File tree

2 files changed

+5
-31
lines changed

2 files changed

+5
-31
lines changed

.github/workflows/security.yml

-28
This file was deleted.

.github/workflows/test.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@ jobs:
4545
go-version: '1.23'
4646
cache: true
4747

48-
- name: golangci-lint
49-
uses: golangci/golangci-lint-action@v3
48+
- name: Run golangci-lint
49+
uses: golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8
5050
with:
51-
version: latest
51+
version: v1.60.1
52+
args: --timeout=10m
53+
skip-cache: true

0 commit comments

Comments
 (0)