Skip to content

Bump github.com/spf13/viper from 1.18.2 to 1.19.0 #215

Bump github.com/spf13/viper from 1.18.2 to 1.19.0

Bump github.com/spf13/viper from 1.18.2 to 1.19.0 #215

Workflow file for this run

name: CI
on:
pull_request:
branches:
- master
- main
- release-*
paths-ignore:
- '**/*.md'
push:
branches:
- master
- main
- release-*
tags:
- v*
paths-ignore:
- '**/*.md'
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.21'
- name: Test
run: make test
- name: Build
run: make all