Skip to content

fix(deps): update module github.com/spf13/viper to v1.21.0 #17

fix(deps): update module github.com/spf13/viper to v1.21.0

fix(deps): update module github.com/spf13/viper to v1.21.0 #17

Workflow file for this run

name: CI
on:
push:
branches: [main]
tags: ["v*"]
pull_request:
branches: [main]
jobs:
golang:
name: Golang
permissions:
contents: write
pull-requests: write
checks: write
uses: depado/github-actions/.github/workflows/golang.yml@main
docker:
name: Docker
needs: [golang]
permissions:
contents: read
packages: write
actions: read
uses: depado/github-actions/.github/workflows/docker.yml@main
secrets:
cleanup-token: ${{ secrets.PAT_DELETE_PACKAGES }}