Skip to content

feat: reject event if type is not upgrade-event #1

feat: reject event if type is not upgrade-event

feat: reject event if type is not upgrade-event #1

Workflow file for this run

name: "go: build client binary"
on:
push:
tags: [ 'v*.*.*' ]
permissions:
contents: read
jobs:
releases-matrix:
name: Release Go Binary
runs-on: ubuntu-latest
strategy:
matrix:
goos: [linux, darwin]
goarch: [amd64, arm64]
steps:

Check failure on line 18 in .github/workflows/client_binary.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/client_binary.yml

Invalid workflow file

You have an error in your yaml syntax on line 18
- name: Checkout repository
uses: actions/checkout@v3
- name: Go Release Binaries Normal Volume Size
uses: wangyoucao577/[email protected]
with:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
goversion: "https://dl.google.com/go/go1.22.2.linux-amd64.tar.gz"
project_path: client
binary_name: istio-upgrade-consumer-client
asset_name: "istio-upgrade-consumer-client-${{ matrix.goos }}-${{ matrix.goarch }}"