Skip to content

chore(deps): bump github.com/ipni/index-provider from 0.14.3 to 0.15.0 #282

chore(deps): bump github.com/ipni/index-provider from 0.14.3 to 0.15.0

chore(deps): bump github.com/ipni/index-provider from 0.14.3 to 0.15.0 #282

Workflow file for this run

name: Go Checks
on:
pull_request:
push:
branches: ["master"]
workflow_dispatch:
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.event_name == 'push' && github.sha || github.ref }}
cancel-in-progress: true
jobs:
go-check:
uses: pl-strflt/uci/.github/workflows/go-check.yml@v0.0