Skip to content

Bump github.com/go-jose/go-jose/v3 from 3.0.4 to 3.0.5 #155

Bump github.com/go-jose/go-jose/v3 from 3.0.4 to 3.0.5

Bump github.com/go-jose/go-jose/v3 from 3.0.4 to 3.0.5 #155

name: E2E Test(istio 1.27)
on:
pull_request:
paths-ignore:
- '**.md'
- '**.svg'
- '**.png'
jobs:
e2e-test:
runs-on: ubuntu-22.04
strategy:
matrix:
go-version: [ '1.23' ]
name: E2E Test
timeout-minutes: 40
steps:
- name: Free Disk Space
uses: jlumbroso/free-disk-space@v1.3.1
with:
tool-cache: false
android: true
dotnet: true
haskell: true
large-packages: true
docker-images: true
swap-storage: true
- uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v4.0.0
with:
go-version: ${{ matrix.go-version }}
- name: E2E Test
shell: bash
run: |
sudo ISTIO_VERSION="1.27.5" make e2e