Skip to content

mod: bump github.com/PuerkitoBio/goquery from 1.8.0 to 1.9.0 #3

mod: bump github.com/PuerkitoBio/goquery from 1.8.0 to 1.9.0

mod: bump github.com/PuerkitoBio/goquery from 1.8.0 to 1.9.0 #3

Workflow file for this run

name: Go
on:
push:
branches: [ main ]
paths:
- '**.go'
- 'go.mod'
- '.golangci.yml'
- '.github/workflows/go.yml'
pull_request:
paths:
- '**.go'
- 'go.mod'
- '.golangci.yml'
- '.github/workflows/go.yml'
env:
GOPROXY: "https://proxy.golang.org"
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v2
with:
version: latest
args: --timeout=30m