Skip to content

build(deps): bump github.com/go-jose/go-jose/v3 from 3.0.3 to 3.0.5 in the go_modules group across 1 directory #251

build(deps): bump github.com/go-jose/go-jose/v3 from 3.0.3 to 3.0.5 in the go_modules group across 1 directory

build(deps): bump github.com/go-jose/go-jose/v3 from 3.0.3 to 3.0.5 in the go_modules group across 1 directory #251

Workflow file for this run

name: CI
on:
pull_request:
branches:
- 'main'
push:
branches:
- 'main'
jobs:
build:
name: Build and Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
- name: check headers
run: |
make ltag-validate
- name: test
run: |
go vet ./...
go test ./...