Skip to content

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

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

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

Workflow file for this run

name: test
on:
push:
branches:
- v3
pull_request:
branches:
- v3
jobs:
build:
name: Linux
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.19
uses: actions/setup-go@v2
with:
go-version: '1.19'
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v2
- name: Test
run: "./test"