Skip to content

build: bump github.com/golang-jwt/jwt/v4 from 4.5.0 to 4.5.1 #271

build: bump github.com/golang-jwt/jwt/v4 from 4.5.0 to 4.5.1

build: bump github.com/golang-jwt/jwt/v4 from 4.5.0 to 4.5.1 #271

Workflow file for this run

name: build
on:
push:
branches-ignore:
- renovate/**
pull_request:
branches:
- master
jobs:
docker:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v5
with:
go-version-file: "go.mod"
cache: true
- run: go get ./...
- run: go build ./...
name: Build Binary
env:
CGO_ENABLED: '0'