Skip to content

gomod(deps): bump k8s.io/api from 0.27.4 to 0.30.1 in /components/central-application-gateway #43

gomod(deps): bump k8s.io/api from 0.27.4 to 0.30.1 in /components/central-application-gateway

gomod(deps): bump k8s.io/api from 0.27.4 to 0.30.1 in /components/central-application-gateway #43

name: Run golangci-lint on central application gateway
permissions:
contents: read
on:
push:
paths:
- 'components/central-application-gateway/**'
- '!components/central-application-gateway/**/*.md'
branches: [ "main" ]
pull_request:
paths:
- 'components/central-application-gateway/**'
- '!components/central-application-gateway/**/*.md'
jobs:
golangci-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: "./.github/workflows/template/golangci-lint"
with:
GO_VERSION: '1.21'
LINTER_VERSION: v1.56.2
LINTER_WORKING_DIRECTORY: 'components/central-application-gateway'