Skip to content

Bump github.com/spf13/viper from 1.16.0 to 1.17.0 (#69) #105

Bump github.com/spf13/viper from 1.16.0 to 1.17.0 (#69)

Bump github.com/spf13/viper from 1.16.0 to 1.17.0 (#69) #105

name: Testing push
on:
push:
jobs:
test-app:
name: Test Application
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.19
- name: Test application
run: go test ./...