Skip to content

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

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 #1610

Workflow file for this run

name: Boilerplate
on:
pull_request:
branches: ['main']
jobs:
check:
name: Boilerplate Check
runs-on: ubuntu-latest
strategy:
fail-fast: false # Keep running if one leg fails.
matrix:
extension:
- go
- sh
# Map between extension and human-readable name.
include:
- extension: go
language: Go
- extension: sh
language: Bash
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- uses: chainguard-dev/actions/boilerplate@e82b4e5ae10182af72972addcb3fedf7454621c8 # main
with:
extension: ${{ matrix.extension }}
language: ${{ matrix.language }}