Skip to content

Bump golang.org/x/crypto from 0.14.0 to 0.17.0 (#2502) #178

Bump golang.org/x/crypto from 0.14.0 to 0.17.0 (#2502)

Bump golang.org/x/crypto from 0.14.0 to 0.17.0 (#2502) #178

Workflow file for this run

name: buf-push
on:
push:
tags:
- "*"
branches:
- master
- dev
paths:
- "proto/**"
jobs:
push:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: bufbuild/buf-setup-action@v1.26.1
- uses: bufbuild/buf-push-action@v1
with:
input: "proto"
buf_token: ${{ secrets.BUF_TOKEN }}