Skip to content

Bump google.golang.org/protobuf from 1.27.1 to 1.33.0 #14

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

Bump google.golang.org/protobuf from 1.27.1 to 1.33.0 #14

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
go: ['1.13', '1.14', '1.15']
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go }}
- name: Fetch OSM file for testing
run: wget https://download.geofabrik.de/europe/liechtenstein-latest.osm.pbf
- name: Run tests
run: go test -v -race
env:
TESTFILE: liechtenstein-latest.osm.pbf