Skip to content

chore(deps): bump github.com/gofrs/flock from 0.8.1 to 0.12.1 #209

chore(deps): bump github.com/gofrs/flock from 0.8.1 to 0.12.1

chore(deps): bump github.com/gofrs/flock from 0.8.1 to 0.12.1 #209

Workflow file for this run

name: Go SDK
on:
push:
branches: ["main"]
pull_request:
types:
- opened
- synchronize
- reopened
- ready_for_review
# Enable manual trigger for easier debugging
workflow_dispatch:
permissions:
contents: read
pull-requests: write
jobs:
lint:
uses: ./.github/workflows/_hack_make.yml
secrets: inherit
with:
mage-targets: sdk:go:lint
test:
uses: ./.github/workflows/_hack_make.yml
secrets: inherit
with:
mage-targets: sdk:go:test