Skip to content

build(deps): bump kube-logging/logging-operator from 4.7.0 to 4.8.0 in the github-actions group #170

build(deps): bump kube-logging/logging-operator from 4.7.0 to 4.8.0 in the github-actions group

build(deps): bump kube-logging/logging-operator from 4.7.0 to 4.8.0 in the github-actions group #170

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@v5
with:
go-version: '1.21'
- name: Checkout source
uses: actions/checkout@v4
- name: Build
run: make GOFLAGS="-v" build
- name: Test
run: make GOFLAGS="-v" test
- name: Check
run: make check-diff
artifacts:
name: Artifacts
uses: kube-logging/logging-operator/.github/workflows/[email protected]
with:
publish: ${{ github.event_name == 'push' }}
permissions:
contents: read
packages: write
id-token: write
security-events: write