Skip to content

build(deps): bump github.com/spf13/viper from 1.8.1 to 1.17.0 #100

build(deps): bump github.com/spf13/viper from 1.8.1 to 1.17.0

build(deps): bump github.com/spf13/viper from 1.8.1 to 1.17.0 #100

Workflow file for this run

name: Build and test
on:
push:
branches:
- master
pull_request:
jobs:
build-and-test:
name: Build and test
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.21'
- name: Checkout source
uses: actions/checkout@v3
- name: Build
run: make GOFLAGS="-v" build
- name: Test
run: make GOFLAGS="-v" test
- name: Check diff
run: make check-diff
artifacts:
name: Artifacts
uses: kube-logging/logging-operator/.github/workflows/artifacts.yaml@4.3.0
with:
publish: ${{ github.event_name == 'push' }}
permissions:
contents: read
packages: write
id-token: write
security-events: write