Skip to content

chore(deps): bump github.com/golang-jwt/jwt/v4 from 4.5.1 to 4.5.2 (#41) #160

chore(deps): bump github.com/golang-jwt/jwt/v4 from 4.5.1 to 4.5.2 (#41)

chore(deps): bump github.com/golang-jwt/jwt/v4 from 4.5.1 to 4.5.2 (#41) #160

Workflow file for this run

name: test.yml
on:
pull_request:
merge_group:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.25'
- name: Run tests
run: make test