Skip to content

build(deps): bump github.com/spf13/viper from 1.13.0 to 1.18.2 #78

build(deps): bump github.com/spf13/viper from 1.13.0 to 1.18.2

build(deps): bump github.com/spf13/viper from 1.13.0 to 1.18.2 #78

Workflow file for this run

name: ci
on:
pull_request:
push:
branches:
- main
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os:
- ubuntu-18.04
- ubuntu-20.04
- ubuntu-22.04
- windows-2019
- windows-2022
- macos-11
- macos-12
steps:
- name: Checkout
uses: actions/checkout@v3.5.3
- name: Set Up Go
uses: actions/setup-go@v4
- name: Go mod download
run: go mod download -x
- name: Go mod verify
run: go mod verify
- name: Go test cmd
run: go test -v github.com/leb4r/semtag/cmd