Skip to content

Bump github.com/antchfx/htmlquery from 1.3.2 to 1.3.3 #44

Bump github.com/antchfx/htmlquery from 1.3.2 to 1.3.3

Bump github.com/antchfx/htmlquery from 1.3.2 to 1.3.3 #44

Workflow file for this run

name: Test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ windows-latest, ubuntu-latest, macos-latest ]
steps:
- name: Checkout Code
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: stable
- name: Test Code
run: go test -v -race ./...