Skip to content
This repository has been archived by the owner on Mar 15, 2024. It is now read-only.

chore(deps): bump google.golang.org/protobuf from 1.30.0 to 1.33.0 #270

chore(deps): bump google.golang.org/protobuf from 1.30.0 to 1.33.0

chore(deps): bump google.golang.org/protobuf from 1.30.0 to 1.33.0 #270

Workflow file for this run

name: Build
on: [ push, pull_request ]
jobs:
build:
name: Container
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Build Container image
uses: docker/build-push-action@v3
with:
context: .
push: false
platforms: linux/amd64