Skip to content

Bump github.com/lestrrat-go/jwx from 1.2.24 to 1.2.29 in /backend/registration_api #2296

Bump github.com/lestrrat-go/jwx from 1.2.24 to 1.2.29 in /backend/registration_api

Bump github.com/lestrrat-go/jwx from 1.2.24 to 1.2.29 in /backend/registration_api #2296

Workflow file for this run

name: Docker Image CI
on:
push:
branches: [ main, orchestration, vc-issuance-platform ]
paths-ignore:
- 'docs/**'
pull_request:
branches: [ main, orchestration, vc-issuance-platform ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build
run: make
- name: Test
run: make test