Skip to content

Bump github.com/go-jose/go-jose/v3 from 3.0.0 to 3.0.1 in /k8s/envoy-jwt-auth-helper #65

Bump github.com/go-jose/go-jose/v3 from 3.0.0 to 3.0.1 in /k8s/envoy-jwt-auth-helper

Bump github.com/go-jose/go-jose/v3 from 3.0.0 to 3.0.1 in /k8s/envoy-jwt-auth-helper #65

Workflow file for this run

name: PR Build
on:
push:
branches:
- master
pull_request: {}
workflow_dispatch: {}
env:
GO_VERSION: 1.19.4
CHANGE_MINIKUBE_NONE_USER: true
TERM: xterm
jobs:
test-all:
runs-on: ubuntu-20.04
timeout-minutes: 30
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup go
uses: actions/setup-go@v3
with:
go-version: ${{ env.GO_VERSION }}
- name: install minikube
id: minikube
uses: medyagh/setup-minikube@master
- name: Envoy
run: docker-compose/test-all.sh
- name: K8s
run: k8s/test-all.sh