Skip to content

Change order of applying changes to EKS #1439

Change order of applying changes to EKS

Change order of applying changes to EKS #1439

Workflow file for this run

name: Lint
on:
pull_request:
push:
branches: [ "main", "release-v*" ]
tags:
- 'v*'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: 1.22.x
- name: Analysis
uses: golangci/golangci-lint-action@aaa42aa0628b4ae2578232a66b541047968fac86 # v6.1.0
with:
args: -v