Skip to content

build(deps): bump github.com/go-jose/go-jose/v3 from 3.0.0 to 3.0.3 #23

build(deps): bump github.com/go-jose/go-jose/v3 from 3.0.0 to 3.0.3

build(deps): bump github.com/go-jose/go-jose/v3 from 3.0.0 to 3.0.3 #23

Workflow file for this run

name: Go
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.18
- name: Build
run: make build
- name: Test
run: make test