Skip to content

Bump google.golang.org/protobuf from 1.34.2 to 1.36.3 #20

Bump google.golang.org/protobuf from 1.34.2 to 1.36.3

Bump google.golang.org/protobuf from 1.34.2 to 1.36.3 #20

# 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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- 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 ./...