Skip to content

chore(deps)(deps): bump github.com/spf13/viper from 1.16.0 to 1.18.0 #288

chore(deps)(deps): bump github.com/spf13/viper from 1.16.0 to 1.18.0

chore(deps)(deps): bump github.com/spf13/viper from 1.16.0 to 1.18.0 #288

Workflow file for this run

name: lint
on:
pull_request:
jobs:
lint:
strategy:
matrix:
go: [1.18, 1.19]
name: lint
runs-on: ubuntu-latest
steps:
- name: "Checkout"
uses: actions/checkout@v4
- name: "Install golang"
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go }}
- name: "Run go vet"
run: "go vet ./pkg/..."