Skip to content

feat(product_catalog): add load balancer to public and admin catalog api #1599

feat(product_catalog): add load balancer to public and admin catalog api

feat(product_catalog): add load balancer to public and admin catalog api #1599

Workflow file for this run

name: golangci-lint
on:
merge_group:
pull_request:
permissions:
contents: read
checks: write
pull-requests: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: golangci-lint
uses: golangci/golangci-lint-action@v9
with:
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
version: latest
args: --timeout 5m