Skip to content

deps: update module helm.sh/helm/v3 to v3.13.0 #102

deps: update module helm.sh/helm/v3 to v3.13.0

deps: update module helm.sh/helm/v3 to v3.13.0 #102

Workflow file for this run

name: Golang-ci lint
on:
workflow_dispatch:
push:
branches:
- master
paths:
- "**.go"
- "**/go.mod"
- "**/go.sum"
- ".github/workflows/lint.yml"
pull_request:
paths:
- "**.go"
- "**/go.mod"
- "**/go.sum"
- ".github/workflows/lint.yml"
jobs:
golangci:
name: lint
runs-on: ubuntu-22.04
container: ghcr.io/edgelesssys/edgelessrt-dev:ci
steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
- name: golangci-lint
uses: golangci/golangci-lint-action@3a919529898de77ec3da873e3063ca4b10e7f5cc # v3.7.0
with:
skip-pkg-cache: true
skip-build-cache: true
args: --timeout=30m