Skip to content

Commit

Permalink
chore: update ci to use ubuntu-latest by default
Browse files Browse the repository at this point in the history
  • Loading branch information
GuangmingLuo committed Jan 20, 2025
1 parent a6bc083 commit 99a8dd6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,7 @@ jobs:
# https://golangci-lint.run/
uses: golangci/golangci-lint-action@v6
with:
version: latest
version: latest
working-directory: ${{ matrix.workdir }}
args: -E gofumpt --timeout 10m
skip-pkg-cache: true

0 comments on commit 99a8dd6

Please sign in to comment.