Skip to content

Bump github.com/panjf2000/ants/v2 from 2.7.5 to 2.8.2 #405

Bump github.com/panjf2000/ants/v2 from 2.7.5 to 2.8.2

Bump github.com/panjf2000/ants/v2 from 2.7.5 to 2.8.2 #405

Workflow file for this run

name: vet
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
vet:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: ^1.18
check-latest: true
cache: true
- name: Vet
run: go vet ./...
- name: Test
run: go test ./...