Skip to content

Bump github.com/rs/zerolog from 1.32.0 to 1.33.0 (#29) #85

Bump github.com/rs/zerolog from 1.32.0 to 1.33.0 (#29)

Bump github.com/rs/zerolog from 1.32.0 to 1.33.0 (#29) #85

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