Skip to content

Fix get_k8s_version failure Output of "az aks get-versions" for aks-p… #170

Fix get_k8s_version failure Output of "az aks get-versions" for aks-p…

Fix get_k8s_version failure Output of "az aks get-versions" for aks-p… #170

Workflow file for this run

name: Code Lint
on:
workflow_dispatch:
push:
pull_request:
jobs:
Lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Golang
uses: actions/setup-go@v4
with:
go-version: '>=1.20'
check-latest: true
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
version: v1.51
only-new-issues: true