Skip to content

Bump github.com/go-jose/go-jose/v3 from 3.0.1 to 3.0.3 in /examples/proof-of-concept/hivemq/things #407

Bump github.com/go-jose/go-jose/v3 from 3.0.1 to 3.0.3 in /examples/proof-of-concept/hivemq/things

Bump github.com/go-jose/go-jose/v3 from 3.0.1 to 3.0.3 in /examples/proof-of-concept/hivemq/things #407

Workflow file for this run

name: go-test
on:
push:
tags:
- v*
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
go: [ '1.21' ]
name: Go ${{ matrix.go }} test
steps:
- uses: actions/checkout@v2
- name: Setup go
uses: actions/setup-go@v1
with:
go-version: ${{ matrix.go }}
- run: go test -v -p 1 -timeout 30s -race ./...