Skip to content

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

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 #6

Workflow file for this run

# SPDX-License-Identifier: Apache-2.0
# Copyright 2023 Canonical Ltd.
name: Master workflow
on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.21
- name: Build
run: go build
unit-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.21
- name: Unit tests
run: go test ./...