Skip to content

build(deps): bump helm.sh/helm/v3 from 3.13.0 to 3.13.1 #1827

build(deps): bump helm.sh/helm/v3 from 3.13.0 to 3.13.1

build(deps): bump helm.sh/helm/v3 from 3.13.0 to 3.13.1 #1827

Workflow file for this run

name: Go
on:
pull_request:
paths:
- .github/workflows/go.yml
- go.sum
- '**/*.go'
- '**/*.golden'
- '**/charts/**'
permissions:
contents: read
jobs:
go-lint:
timeout-minutes: 10
runs-on: ubuntu-20.04
container: ghcr.io/linkerd/dev:v40-go
steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
- run: git config --global --add safe.directory "$PWD" # actions/runner#2033
- run: just go-lint --verbose --timeout=10m
go-format:
timeout-minutes: 10
runs-on: ubuntu-20.04
container: ghcr.io/linkerd/dev:v40-go
steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
- run: git config --global --add safe.directory "$PWD" # actions/runner#2033
- run: just go-fmt
go-test:
timeout-minutes: 10
runs-on: ubuntu-20.04
container: ghcr.io/linkerd/dev:v40-go
steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
- run: git config --global --add safe.directory "$PWD" # actions/runner#2033
- run: just go-fetch
- run: just go-test