Skip to content

Bump google.golang.org/protobuf from 1.29.0 to 1.33.0 #102

Bump google.golang.org/protobuf from 1.29.0 to 1.33.0

Bump google.golang.org/protobuf from 1.29.0 to 1.33.0 #102

Workflow file for this run

name: Docker build
on: [push]
jobs:
docker-build:
# we are using ubuntu as it ships with docker pre-installed
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
# Our Dockerfile runs all of our Go Tests
- name: Build and Test Docker Image
run: docker build --tag wr-container .