Skip to content

build(deps): bump google.golang.org/protobuf from 1.31.0 to 1.33.0 in… #6

build(deps): bump google.golang.org/protobuf from 1.31.0 to 1.33.0 in…

build(deps): bump google.golang.org/protobuf from 1.31.0 to 1.33.0 in… #6

name: firewall-build
on:
push:
branches:
- main
paths:
- firewall/**.go
- firewall/go.mod
- firewall/go.sum
pull_request:
paths:
- firewall/**.go
- firewall/go.mod
- firewall/go.sum
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup go
uses: actions/setup-go@v5
with:
go-version: 1.21.4
- name: Build firewall
run: |
cd firewall/
go build
- name: Upload build artifact
if: ${{ github.event_name != 'pull_request' }}
uses: actions/upload-artifact@v4
with:
name: cerbero
path: firewall/cerbero