probe-lab / hermes

A Gossipsub listener and tracer.
Other
10 stars 5 forks source link

GitHub Actions Run actions/setup-go@v5 fails #8

Closed dennis-tra closed 3 months ago

dennis-tra commented 3 months ago

Hi @galargh,

the GitHub Actions fail because they're trying to setup Go version 1.22.0.x which doesn't exist.

image

Could you help me out here?

galargh commented 3 months ago

Great catch! Could we revert specifying the patch version in go.mod for now? As per https://github.com/probe-lab/hermes/pull/9

This will give us a bit more time to tackle the issue properly in Unified GitHub Workflows.

dennis-tra commented 3 months ago

Ah, I see! Yeah, sure we don't need the patch version in the go.mod file :)

cortze commented 1 month ago

@galargh what is the latest update on this topic?

Coming from #17