Skip to content

Bump github.com/dvsekhvalnov/jose2go from 1.6.0 to 1.7.0 #232

Bump github.com/dvsekhvalnov/jose2go from 1.6.0 to 1.7.0

Bump github.com/dvsekhvalnov/jose2go from 1.6.0 to 1.7.0 #232

Workflow file for this run

name: Unit Tests
on:
pull_request:
branches:
- main
jobs:
run_tests:
name: Run tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v3
with:
go-version: "1.23.0"
cache: true
- run: go generate github.com/majd/ipatool/...
- run: go test -v github.com/majd/ipatool/...