Skip to content

Bump github.com/mitchellh/mapstructure from 1.4.1 to 1.5.0 #42

Bump github.com/mitchellh/mapstructure from 1.4.1 to 1.5.0

Bump github.com/mitchellh/mapstructure from 1.4.1 to 1.5.0 #42

# SPDX-FileCopyrightText: 2023 Open Networking Foundation <[email protected]>
# SPDX-License-Identifier: Apache-2.0
name: Unit tests
on:
push:
branches:
- master
pull_request:
jobs:
unit-test-webconsole:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
- name: Run unit tests for webconsole
run: |
make test