Skip to content

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

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

Workflow file for this run

name: Deploy Kubernetes manifests
on:
push:
branches: [ "*" ]
pull_request:
branches: [ master ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
k8s:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "1.21"
cache: true
- name: Setup Kubernetes and deploy container
uses: ./.github/actions/k8s