Skip to content

fix verion comparison in check_install_golang script #9

fix verion comparison in check_install_golang script

fix verion comparison in check_install_golang script #9

Workflow file for this run

on:
workflow_dispatch:
push:
tags:
- 'v*.*.*'
jobs:
vexctl:
runs-on: ubuntu-22.04
steps:
- name: Checkout code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- name: Set env
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
- uses: openvex/generate-vex@31b415924ea0d72ed5f2640f1dee59dea6c2770b
name: Run vexctl
with:
product: pkg:golang/k8s.io/minikube@${{ env.RELEASE_VERSION }}