goreleaser / goreleaser-action

GitHub Action for GoReleaser
https://github.com/marketplace/actions/goreleaser-action
MIT License
865 stars 78 forks source link

Can not build with local sub module (No matching version for query "latest") #320

Closed DblK closed 2 years ago

DblK commented 2 years ago

Hi,

I am new to goreleaser and it was working fine with my first version of messy code at root. I started to create a new architecture for my code which is working fine locally. I even tried goreleaser locally and everything works fine and release has been created.

However on GA it won't work. I have the following error:

go: finding module for package github.com/dblk/tinshop/gameid
github.com/dblk/tinshop/utils imports
    github.com/dblk/tinshop/gameid: no matching versions for query "latest"

You can find my workflow here if it is helpful.

Did I miss something somewhere ?

cristaloleg commented 2 years ago

Looks like it's fixed, right?

DblK commented 2 years ago

Yep. It's fixed. I am closing it.