Skip to content

Bump github.com/spf13/viper from 1.16.0 to 1.18.0 #515

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

Bump github.com/spf13/viper from 1.16.0 to 1.18.0 #515

Workflow file for this run

on: [push, pull_request]
name: Build
jobs:
build:
strategy:
matrix:
go-version: [1.18.x]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@v2
- name: Test
run: go build ./