Skip to content

fix(deps): update module github.com/golang-jwt/jwt/v4 from v4.5.0 to v4.5.1 [security] #70

fix(deps): update module github.com/golang-jwt/jwt/v4 from v4.5.0 to v4.5.1 [security]

fix(deps): update module github.com/golang-jwt/jwt/v4 from v4.5.0 to v4.5.1 [security] #70

Workflow file for this run

name: Test
on:
pull_request:
branches:
- main
push:
branches:
- main
tags:
- "v[0-9]+.[0-9]+.[0-9]+" # Push events to matching v*, i.e. v1.0, v20.15.10
- "v[0-9]+.[0-9]+.[0-9]+-rc*" # Push events to matching v*, i.e. v1.0-rc1, v20.15.10-rc5
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master
- name: Setup go
uses: actions/setup-go@v5
with:
go-version: 1.18
- name: Go mod vendor
run: |
go mod download
- name: Make test
run: |
make test