Skip to content

Commit

Permalink
fix golangci-lint version issue
Browse files Browse the repository at this point in the history
  • Loading branch information
firminochangani committed Dec 31, 2024
1 parent 84be3f1 commit d4b3749
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.golang.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: ci.server
name: ci.golang
on:
push:

Expand Down Expand Up @@ -36,7 +36,7 @@ jobs:
go-version: "1.23.3"
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v6.0.1
uses: golangci/golangci-lint-action@v6.1.1
with:
version: v1.60.1
version: v1.62.2
args: --timeout 3m --verbose

0 comments on commit d4b3749

Please sign in to comment.