Skip to content

build(deps): bump github.com/golang-jwt/jwt/v5 from 5.2.1 to 5.2.2 #217

build(deps): bump github.com/golang-jwt/jwt/v5 from 5.2.1 to 5.2.2

build(deps): bump github.com/golang-jwt/jwt/v5 from 5.2.1 to 5.2.2 #217

Workflow file for this run

name: Tests register in SD
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
tests:
env:
CGO_ENABLED: 0
name: Test register in SD
runs-on: ubuntu-latest
strategy:
matrix:
go:
- ^1
steps:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}
- name: Check out code
uses: actions/checkout@v4
- name: Start consul
run: |
./tests/consul.sh 1.15.2 > /tmp/consul.log &
sleep 30
shell: bash
- name: Test
run: go test ./sd/nginx -tags=test_sd -v