wasmCloud / component-sdk-go

SDK for writing wasmCloud components in Go.
Apache License 2.0
9 stars 4 forks source link

chore: Use go.mod to determine the appropriate Go version for workflows #6

Closed joonas closed 1 month ago

joonas commented 1 month ago

Feature or Problem

This makes it so we have fewer places to update when we change the Go version.

Related Issues

Release Information

Consumer Impact

Testing

Unit Test(s)

Acceptance or Integration

Manual Verification