Skip to content

Bump github.com/lyft/protoc-gen-star from 0.5.1 to 0.6.2 in /protoc-gen-cgo #5

Bump github.com/lyft/protoc-gen-star from 0.5.1 to 0.6.2 in /protoc-gen-cgo

Bump github.com/lyft/protoc-gen-star from 0.5.1 to 0.6.2 in /protoc-gen-cgo #5

# SPDX-License-Identifier: Apache-2.0
# Copyright 2024 Intel Corporation
name: protoc_gen_builder
on:
push:
branches:
- master
pull_request:
jobs:
protoc_gen_builder:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./protoc-gen-builder
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: Build
run: go build -v -o ./protoc-gen-builder
- name: Unit tests
run: go test -race ./...