Skip to content

Bump google.golang.org/protobuf from 1.32.0 to 1.33.0 (#168) #172

Bump google.golang.org/protobuf from 1.32.0 to 1.33.0 (#168)

Bump google.golang.org/protobuf from 1.32.0 to 1.33.0 (#168) #172

name: test-and-snapshot
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.20.x
- name: Test
run: make test
snapshot:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Qemu
uses: docker/setup-qemu-action@v2
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.20.x
- name: Build release snapshot
run: make snapshot
- name: Archive release snapshot
uses: actions/upload-artifact@v3
with:
name: release-snapshot
path: |
bin/*.tar.gz
bin/*.txt
bin/*.yaml