Skip to content

build(deps): bump github.com/go-jose/go-jose/v4 from 4.0.4 to 4.0.5 #88

build(deps): bump github.com/go-jose/go-jose/v4 from 4.0.4 to 4.0.5

build(deps): bump github.com/go-jose/go-jose/v4 from 4.0.4 to 4.0.5 #88

Workflow file for this run

name: omniflixhub-tests
on:
pull_request:
branches:
- "main"
- "v[0-9]**"
push:
branches:
- "main"
- "v[0-9]**"
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: 1.22.x
- run: go test ./...