Skip to content

build(deps): bump github.com/go-ping/ping from 0.0.0-20201022122018-3977ed72668a to 1.2.0 #524

build(deps): bump github.com/go-ping/ping from 0.0.0-20201022122018-3977ed72668a to 1.2.0

build(deps): bump github.com/go-ping/ping from 0.0.0-20201022122018-3977ed72668a to 1.2.0 #524

name: golangci-lint
on:
push:
branches:
- main
- master
pull_request:
permissions:
contents: read
# Optional: allow read access to pull request. Use with `only-new-issues` option.
# pull-requests: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: stable
- name: golangci-lint
uses: golangci/[email protected]
with:
args: --timeout=30m
version: v1.64.5