Skip to content

Build(deps): Bump github.com/mitchellh/mapstructure from 1.4.3 to 1.5.0 #25

Build(deps): Bump github.com/mitchellh/mapstructure from 1.4.3 to 1.5.0

Build(deps): Bump github.com/mitchellh/mapstructure from 1.4.3 to 1.5.0 #25

Workflow file for this run

name: Build CI
on:
push:
branches:
- 'main'
- 'release/**'
pull_request:
types: [opened, synchronize, reopened]
release:
types: [published]
env:
GO111MODULE: on
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Go environment
uses: actions/setup-go@v4
with:
go-version: '1.16.7'
- name: Golangci-lint
uses: golangci/golangci-lint-action@v3
- name: Build
run: make
- name: Publish
if: ${{ github.event_name == 'release' }}
uses: softprops/action-gh-release@v1
with:
files: dist/*