hzeller / stuff-org

Organize electronic components. Or other stuff.
34 stars 11 forks source link

Update build #37

Closed SuperQ closed 11 months ago

SuperQ commented 11 months ago
hzeller commented 11 months ago

Workflow and PR description talks about 1.21, but go.mod refers to 1.20. Is this to keep things backward compatible, but make sure things will work with 1.21 in the CI ?

SuperQ commented 11 months ago

Yes, go.mod is about minimum versions.

We could change the GitHub action to use a version matrix to test against multiple Go versions.

SuperQ commented 11 months ago

I updated the CI to run tests on 1.20 and 1.21.