Skip to content

Bump github.com/spf13/viper from 1.16.0 to 1.17.0 (#47) #25

Bump github.com/spf13/viper from 1.16.0 to 1.17.0 (#47)

Bump github.com/spf13/viper from 1.16.0 to 1.17.0 (#47) #25

# Based on
# - https://github.com/marketplace/actions/setup-go-environment
name: go-test-linux.yaml
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
go: ["1.21"]
name: Go ${{ matrix.go }} - linux
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 ./...