Skip to content

chore(deps): bump code.cloudfoundry.org/cli/v8 from 8.18.4 to 8.19.0 #507

chore(deps): bump code.cloudfoundry.org/cli/v8 from 8.18.4 to 8.19.0

chore(deps): bump code.cloudfoundry.org/cli/v8 from 8.18.4 to 8.19.0 #507

Workflow file for this run

name: linter
on: push
jobs:
linter:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: set up go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: golangci-lint
uses: golangci/golangci-lint-action@v9
with:
args: --config .golangci.yml