Skip to content

Bump go version installed in workflows #1547

Bump go version installed in workflows

Bump go version installed in workflows #1547

Workflow file for this run

on: pull_request
name: Lint Helm Charts
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: helm v3 lint
run: docker run --rm --volume $GITHUB_WORKSPACE:/workspace --workdir /workspace alpine/helm:3.12.0 lint charts/humio-operator