Skip to content

Bump github.com/protobom/protobom from 0.4.3 to 0.5.0 #15

Bump github.com/protobom/protobom from 0.4.3 to 0.5.0

Bump github.com/protobom/protobom from 0.4.3 to 0.5.0 #15

# SPDX-License-Identifier: Apache-2.0
# SPDX-FileCopyrightText: Copyright 2025 The Protobom Authors
name: build-and-test
on:
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Set up Go
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
with:
go-version-file: go.mod
cache: false
- name: Test
run: |
go get -d ./...
go test -v ./...