Skip to content

chore(deps): bump github.com/projectdiscovery/gologger from 1.1.12 to 1.1.21 #257

chore(deps): bump github.com/projectdiscovery/gologger from 1.1.12 to 1.1.21

chore(deps): bump github.com/projectdiscovery/gologger from 1.1.12 to 1.1.21 #257

Workflow file for this run

name: 🔨 Build Test
on:
pull_request:
paths:
- '**.go'
- '**.mod'
workflow_dispatch:
jobs:
build:
name: Test Builds
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
steps:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.19
- name: Check out code
uses: actions/checkout@v4
- name: Build
run: go build .
working-directory: cmd/aix/
- name: Test
run: go test ./...
working-directory: .
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
- name: Build example
run: go build .
working-directory: examples/