Skip to content

Update aws-vpc-cni and cni-metrics-helper charts for v1.13.3 release … #13

Update aws-vpc-cni and cni-metrics-helper charts for v1.13.3 release …

Update aws-vpc-cni and cni-metrics-helper charts for v1.13.3 release … #13

Workflow file for this run

name: CI
on:
push:
branches: [master]
pull_request:
workflow_dispatch:
jobs:
ci:
runs-on: ubuntu-latest
if: github.repository == 'aws/eks-charts'
steps:
-
name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-go@v3
with:
go-version: 1.19
check-latest: true
- run: make install-toolchain
- run: make verify
- run: make package