Skip to content

Bump github.com/emicklei/go-restful from 2.9.5+incompatible to 2.16.0+incompatible #34

Bump github.com/emicklei/go-restful from 2.9.5+incompatible to 2.16.0+incompatible

Bump github.com/emicklei/go-restful from 2.9.5+incompatible to 2.16.0+incompatible #34

Workflow file for this run

name: Helm Lint
on: pull_request
jobs:
lint:
name: Helm Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Fetch history
run: git fetch --prune --unshallow
- uses: actions/setup-go@v2
with:
go-version: '^1.19.1'
- name: Generate helm CRDs
run: |
make helm-crds
- name: Run chart-testing (lint)
id: lint
uses: helm/chart-testing-action@v1.0.0
with:
command: lint
config: ct.yaml