Skip to content

chore(deps): bump github.com/go-viper/mapstructure/v2 from 2.3.0 to 2.4.0 in /tool-imports #361

chore(deps): bump github.com/go-viper/mapstructure/v2 from 2.3.0 to 2.4.0 in /tool-imports

chore(deps): bump github.com/go-viper/mapstructure/v2 from 2.3.0 to 2.4.0 in /tool-imports #361

Workflow file for this run

name: helmtest CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout VCS
uses: actions/checkout@v5
- name: Prepare environment
run: |
go_version=$(cat EXPECTED_GO_VERSION)
echo "GO_VERSION=$go_version" >> $GITHUB_ENV
echo "CI=true" >> $GITHUB_ENV
- name: Setup GO
uses: actions/setup-go@v5
with:
go-version: ${{ env.GO_VERSION }}
- name: Lint
run: make golangci-lint
- name: Test
run: make test