Skip to content

chore(deps): bump github.com/golang-jwt/jwt/v5 from 5.3.0 to 5.3.1 #117

chore(deps): bump github.com/golang-jwt/jwt/v5 from 5.3.0 to 5.3.1

chore(deps): bump github.com/golang-jwt/jwt/v5 from 5.3.0 to 5.3.1 #117

Workflow file for this run

# This workflow will build a golang project
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-go
name: Build
permissions:
contents: read
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version-file: go.mod
- name: Build
run: go build -v ./...