Skip to content

Commit

Permalink
chore: update GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
panjf2000 committed Dec 11, 2024
1 parent 0ee85b0 commit 4acc969
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,20 +42,20 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '^1.16'
go-version: '^1.20'
cache: false

- name: Setup and run golangci-lint
uses: golangci/golangci-lint-action@v4
uses: golangci/golangci-lint-action@v6
with:
version: v1.57.2
version: v1.62.2
args: --timeout 5m -v -E gofumpt -E gocritic -E misspell -E revive -E godot
test:
needs: lint
strategy:
fail-fast: false
matrix:
go: [1.13, 1.22]
go: [1.13, 1.23]
os: [ubuntu-latest, macos-latest, windows-latest]
include:
# TODO(panjf2000): There is an uncanny issue arising when downloading
Expand Down

0 comments on commit 4acc969

Please sign in to comment.