Skip to content

chore(deps): bump github.com/happyhackingspace/dit from 0.0.9 to 0.0.14 #1389

chore(deps): bump github.com/happyhackingspace/dit from 0.0.9 to 0.0.14

chore(deps): bump github.com/happyhackingspace/dit from 0.0.9 to 0.0.14 #1389

Workflow file for this run

name: 🔨 Release Test
on:
pull_request:
paths:
- '**.go'
- '**.mod'
workflow_dispatch:
jobs:
release-test:
runs-on: ubuntu-latest-16-cores
steps:
- name: "Check out code"
uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: projectdiscovery/actions/setup/go@v1
- name: release test
uses: goreleaser/goreleaser-action@v4
with:
args: "release --clean --snapshot"
version: latest
workdir: .