Skip to content

Commit f67cc69

Browse files
authored
Merge pull request #32 from DSFans2014/fix/workflow-main
fix: fix go.yaml
2 parents 608a6ad + 6c75c68 commit f67cc69

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/go.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,12 @@ jobs:
2525
- uses: actions/setup-go@v5
2626
with:
2727
go-version: ${{ env.GO_VERSION }}
28+
- run: go mod tidy
2829
- name: golangci-lint
2930
uses: golangci/golangci-lint-action@v6
3031
with:
31-
version: v1.60
32+
version: latest
33+
args: --timeout=5m
3234

3335
build:
3436
env:

0 commit comments

Comments
 (0)