Skip to content

Bump github.com/PuerkitoBio/goquery from 1.9.1 to 1.9.2 #391

Bump github.com/PuerkitoBio/goquery from 1.9.1 to 1.9.2

Bump github.com/PuerkitoBio/goquery from 1.9.1 to 1.9.2 #391

Workflow file for this run

on: [push, pull_request, workflow_dispatch]
name: Test
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: ^1.18
cache: true
- name: Test
run: go test