Skip to content

Bump io.grpc:grpc-protobuf from 1.78.0 to 1.79.0 (#416) #1058

Bump io.grpc:grpc-protobuf from 1.78.0 to 1.79.0 (#416)

Bump io.grpc:grpc-protobuf from 1.78.0 to 1.79.0 (#416) #1058

Workflow file for this run

name: Conformance
on:
pull_request:
push:
tags:
- 'v*.*.*'
branches:
- 'main'
permissions:
contents: read
jobs:
conformance:
name: Conformance
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Cache Go Modules
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
with:
path: |
~/.cache/go-build
~/go/pkg/mod
key: ${{ runner.os }}-gomod-conformance-${{ hashFiles('gradle.properties', 'gradle/libs.versions.toml') }}
restore-keys:
${{ runner.os }}-gomod-conformance-
- uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0
with:
distribution: 'temurin'
java-version: '21'
cache: 'gradle'
- uses: bufbuild/buf-action@8f4a1456a0ab6a1eb80ba68e53832e6fcfacc16c # v1.3.0
with:
setup_only: true
- env:
BUF_TOKEN: ${{ secrets.BUF_TOKEN }}
run: echo ${BUF_TOKEN} | buf registry login buf.build --token-stdin
- name: Validate Gradle Wrapper
uses: gradle/actions/wrapper-validation@f29f5a9d7b09a7c6b29859002d29d24e1674c884 # v5.0.1
- name: Test conformance
run: make conformance