Skip to content

Bump github.com/spf13/viper from 1.17.0 to 1.18.1 #137

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

Bump github.com/spf13/viper from 1.17.0 to 1.18.1 #137

name: Build & Test
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:
jobs:
ci:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.20"
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: latest
- name: Test
env:
GOFLAGS: -mod=mod
run: go test -race -coverpkg=./... -coverprofile=coverage.txt ./...