Skip to content

Bump github.com/go-viper/mapstructure/v2 from 2.4.0 to 2.5.0 in the minor-patch group #576

Bump github.com/go-viper/mapstructure/v2 from 2.4.0 to 2.5.0 in the minor-patch group

Bump github.com/go-viper/mapstructure/v2 from 2.4.0 to 2.5.0 in the minor-patch group #576

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6.1.0
with:
go-version: '1.24'
- uses: golangci/golangci-lint-action@v9
with:
version: v2.1.6
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6.1.0
with:
go-version: '1.24'
- run: go test -v ./...