Skip to content

Bump github.com/rs/zerolog from 1.31.0 to 1.32.0 (#28) #83

Bump github.com/rs/zerolog from 1.31.0 to 1.32.0 (#28)

Bump github.com/rs/zerolog from 1.31.0 to 1.32.0 (#28) #83

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