Skip to content

build(deps): bump github.com/spf13/viper from 1.17.0 to 1.18.1 #44

build(deps): bump github.com/spf13/viper from 1.17.0 to 1.18.1

build(deps): bump github.com/spf13/viper from 1.17.0 to 1.18.1 #44

Workflow file for this run

name: test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Set up Golang
uses: actions/setup-go@v2
with:
go-version: "^1.17.3"
- name: Run go vet
run: go vet -v ./...
- name: Run go test
run: go test -v -race ./...