Skip to content

Bump github.com/PuerkitoBio/goquery from 1.10.0 to 1.10.1 #1041

Bump github.com/PuerkitoBio/goquery from 1.10.0 to 1.10.1

Bump github.com/PuerkitoBio/goquery from 1.10.0 to 1.10.1 #1041

Workflow file for this run

name: Docker build
on:
push:
branches: [ main ]
paths:
- cmd/**/*
- pkg/**/*
- lib/**/*
- go.mod
- dalfox.go
- Dockerfile
pull_request:
branches: [ main ]
paths:
- cmd/**/*
- pkg/**/*
- lib/**/*
- go.mod
- dalfox.go
- Dockerfile
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build the Docker image
run: docker build . --file Dockerfile --tag hahwul/dalfox:$(date +%s)