Fix: make build
should build kmeshctl
#1257
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: E2E IPv6 Test(istio 1.23) | |
on: | |
pull_request: | |
paths-ignore: | |
- '**.md' | |
- '**.svg' | |
- '**.png' | |
jobs: | |
e2e-ipv6-test: | |
runs-on: ubuntu-22.04 | |
strategy: | |
matrix: | |
go-version: [ '1.23' ] | |
name: E2E IPv6 Test | |
timeout-minutes: 40 | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Setup Go | |
uses: actions/setup-go@v4.0.0 | |
with: | |
go-version: ${{ matrix.go-version }} | |
- name: E2E IPv6 Test | |
shell: bash | |
run: | | |
sudo ISTIO_VERSION="1.23.0" make e2e-ipv6 |