Skip to content

Bump golang.org/x/net from 0.7.0 to 0.17.0 (#25) #76

Bump golang.org/x/net from 0.7.0 to 0.17.0 (#25)

Bump golang.org/x/net from 0.7.0 to 0.17.0 (#25) #76

Workflow file for this run

name: lint
on:
push:
branches: [main] # pushes TO main
pull_request:
branches: [main] # pull requests AGAINST main
# cancel CI runs when a new commit is pushed to any branch except main
concurrency:
group: "lint-${{ github.ref }}"
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.52.2