Skip to content

Bump github.com/golang-jwt/jwt/v4 from 4.5.1 to 4.5.2 #83

Bump github.com/golang-jwt/jwt/v4 from 4.5.1 to 4.5.2

Bump github.com/golang-jwt/jwt/v4 from 4.5.1 to 4.5.2 #83

Workflow file for this run

name: Build
on: [push]
jobs:
build:
name: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '1.21'
cache: false
- name: build
run: go build