Skip to content

Bump github.com/spf13/viper from 1.14.0 to 1.18.2 (#190) #305

Bump github.com/spf13/viper from 1.14.0 to 1.18.2 (#190)

Bump github.com/spf13/viper from 1.14.0 to 1.18.2 (#190) #305

Workflow file for this run

# This is a basic workflow to help you get started with Actions
name: Checks
on:
push: {}
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: "1.21"
- name: Go test
run: go test ./cmd/ ./truss/ -timeout 15000ms