shivanshs9 / setup-k8s-operator-sdk

Set up your Github Actions Workflow with a specific version of operator-sdk
https://github.com/marketplace/actions/setup-operator-sdk-action
MIT License
2 stars 5 forks source link

Unable to setup operator sdk 1.6.2 #6

Closed planetf1 closed 3 years ago

planetf1 commented 3 years ago

I tried using the action to setup operator sdk 1.6.2 ie:

- name: set up OperatorSDK
   uses: shivanshs9/setup-k8s-operator-sdk@v1
   with:
     version: "1.6.2"

but my action run at https://github.com/odpi/egeria-k8s-operator/runs/2419567084?check_suite_focus=true failed with

Run shivanshs9/setup-k8s-operator-sdk@v1
  with:
    version: 1.6.2
  env:
    GO111MODULE: on
    CGO_ENABLED: 1
    GOROOT: /opt/hostedtoolcache/go/1.15.11/x64
Error: File not found: '/home/runner/work/_actions/shivanshs9/setup-k8s-operator-sdk/v1/dist/index.js'
shivanshs9 commented 3 years ago

@planetf1 it was an issue with the annotated tag of v1. Could you please try rerunning the workflow? If needed, do clear the cache

shivanshs9 commented 3 years ago

Closing it since no updates.