Skip to content

Go tools: Bump github.com/go-viper/mapstructure/v2 from 2.3.0 to 2.4.0 in /tools #486

Go tools: Bump github.com/go-viper/mapstructure/v2 from 2.3.0 to 2.4.0 in /tools

Go tools: Bump github.com/go-viper/mapstructure/v2 from 2.3.0 to 2.4.0 in /tools #486

Workflow file for this run

name: test
on:
push:
branches: [ main ]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: Test
run: make test GOTEST_FLAGS="-v -count=1"