Skip to content

fix(deps): update module github.com/golang-jwt/jwt/v5 to v5.2.2 [security] #590

fix(deps): update module github.com/golang-jwt/jwt/v5 to v5.2.2 [security]

fix(deps): update module github.com/golang-jwt/jwt/v5 to v5.2.2 [security] #590

Workflow file for this run

# Run special builds that should be supported
name: Builds
on:
push:
branches:
- main
tags:
- "*"
pull_request:
workflow_dispatch:
jobs:
builds:
strategy:
fail-fast: false
matrix:
include:
# test build of oldest supported go version
- name: go1.22
go-version: "~1.22"
uses: ./.github/workflows/build-with-cfg.yml
with:
go-version: ${{ matrix.go-version }}