Skip to content

chore(deps): Bump github.com/fxamacker/cbor/v2 from 2.6.0 to 2.7.0 #141

chore(deps): Bump github.com/fxamacker/cbor/v2 from 2.6.0 to 2.7.0

chore(deps): Bump github.com/fxamacker/cbor/v2 from 2.6.0 to 2.7.0 #141

Workflow file for this run

name: go-test
on:
push:
tags:
- v*
branches:
- main
pull_request:
jobs:
go-test:
name: go-test
strategy:
matrix:
go-version: [1.21.x, 1.22.x]
# XXX: is it actually useful to run unit tests on macOS?
platform: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
- name: go-test
run: go test ./...