Skip to content

Bump github.com/spf13/viper from 1.7.1 to 1.20.1 #113

Bump github.com/spf13/viper from 1.7.1 to 1.20.1

Bump github.com/spf13/viper from 1.7.1 to 1.20.1 #113

Workflow file for this run

name: Build
on:
pull_request:
branches: [ 'main', 'release-*']
jobs:
build:
name: Build
strategy:
matrix:
go-version: ['1.23.x']
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
- name: Set up Go ${{ matrix.go-version }}
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go-version }}
id: go
- name: Check out code
uses: actions/checkout@v4
- name: Build
run: |
go build .