Skip to content

Fix default cache config for no tls When env is deployed with tls dis… #3690

Fix default cache config for no tls When env is deployed with tls dis…

Fix default cache config for no tls When env is deployed with tls dis… #3690

Workflow file for this run

name: Lints
on: [push, pull_request]
jobs:
check-go-mod-replace-lines:
name: check for replace lines in go.mod files
runs-on: ubuntu-latest
steps:
- name: Checkout project code
uses: actions/checkout@v2
- name: check for replace lines in go.mod files
run: |
! egrep --invert-match -e '^replace.*/api => \./api|^replace.*//allow-merging$' `find . -name 'go.mod'` | egrep -e 'go.mod:replace'