Skip to content

Bump github.com/spf13/viper from 1.16.0 to 1.17.0 #38

Bump github.com/spf13/viper from 1.16.0 to 1.17.0

Bump github.com/spf13/viper from 1.16.0 to 1.17.0 #38

Workflow file for this run

# Based on
# - https://github.com/marketplace/actions/setup-go-environment
name: go-test-darwin.yaml
on: [push]
jobs:
build:
runs-on: macos-latest
strategy:
matrix:
go: ["1.21"]
name: Go ${{ matrix.go }} - darwin
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup go
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go }}
- name: Run go test
run: go test -v -p 1 ./...