Skip to content

Bump github.com/go-viper/mapstructure/v2 from 2.3.0 to 2.4.0 in the go_modules group #69

Bump github.com/go-viper/mapstructure/v2 from 2.3.0 to 2.4.0 in the go_modules group

Bump github.com/go-viper/mapstructure/v2 from 2.3.0 to 2.4.0 in the go_modules group #69

Workflow file for this run

name: Build
on:
push:
branches:
- main
paths:
- '**.go'
- 'go.mod'
- 'go.sum'
- '.github/workflows/build.yml'
pull_request:
branches:
- main
paths:
- '**.go'
- 'go.mod'
- 'go.sum'
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4
- name: Set up Go
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
with:
go-version: stable
- name: Compile code
run: make