Skip to content

AV-204810 Added Note in the readme to know how to update the system default object using terraform #1013

AV-204810 Added Note in the readme to know how to update the system default object using terraform

AV-204810 Added Note in the readme to know how to update the system default object using terraform #1013

Workflow file for this run

name: golangci-lint
on:
pull_request:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v3
with:
go-version: 1.16
- uses: actions/checkout@v2
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
with:
version: v1.54.2
args: --issues-exit-code=1
only-new-issues: true
skip-pkg-cache: true
skip-build-cache: true