Skip to content

Bump github.com/cloudfoundry/config-server from 0.1.88 to 0.1.134 #921

Bump github.com/cloudfoundry/config-server from 0.1.88 to 0.1.134

Bump github.com/cloudfoundry/config-server from 0.1.88 to 0.1.134 #921

Workflow file for this run

name: golangci-lint
on:
push:
branches:
- develop
paths-ignore:
- 'docs/**'
- '*.md'
pull_request:
types: [opened, reopened, synchronize]
paths-ignore:
- 'docs/**'
- '*.md'
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.19.5
uses: actions/setup-go@v3
with:
go-version: "1.19.5"
- uses: actions/checkout@v2
with:
fetch-depth: '0'
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.50.1
args: -v