Skip to content

build(deps): bump github.com/helm/chart-releaser from 1.4.1 to 1.7.0 #220

build(deps): bump github.com/helm/chart-releaser from 1.4.1 to 1.7.0

build(deps): bump github.com/helm/chart-releaser from 1.4.1 to 1.7.0 #220

Workflow file for this run

name: Test & Build
on:
workflow_call:
push:
branches:
- main
- release/*
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.22.4
- uses: golangci/golangci-lint-action@v3
with:
version: latest
args: --timeout=5m
# skip cache because of flaky behaviors
skip-build-cache: true
skip-pkg-cache: true
- run: make test