Skip to content

fix(deps): update module github.com/aperturerobotics/protobuf-go-lite to v0.6.3 #201

fix(deps): update module github.com/aperturerobotics/protobuf-go-lite to v0.6.3

fix(deps): update module github.com/aperturerobotics/protobuf-go-lite to v0.6.3 #201

Workflow file for this run

name: Tests
on:
push:
branches: [ "master" ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ "master" ]
# Builds images for target boards.
permissions:
contents: read
jobs:
tests:
runs-on: ubuntu-latest
strategy:
matrix:
go: ['1.21']
timeout-minutes: 10
steps:
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
- name: Setup Go ${{ matrix.go }}
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
with:
go-version: ${{ matrix.go }}
- name: Test Go
run: make test
- name: Lint Go
run: make lint