worldiety / goup

GoUp (pronounced go-up) is an install and make tool which helps to build go modules with gomobile for android and ios.
BSD 3-Clause "New" or "Revised" License
32 stars 2 forks source link

go mod and versions #8

Open gedw99 opened 2 weeks ago

gedw99 commented 2 weeks ago

This uses the group.yaml in the example


goup -home=/Users/apple/workspace/go/src/junk/clock-data-star/.goup -buildFile=/Users/apple/workspace/go/src/junk/clock-data-star/.dep/goup.yaml

make[1]: Leaving directory '/Users/apple/workspace/go/src/junk/clock-data-star'
2024-10-21 15:18:10.959 [ERROR] - : go: downloading golang.org/x/mobile v0.0.0-20241016134751-7ff83004ec2c, 
2024-10-21 15:18:10.959 [ERROR] - : go install: golang.org/x/mobile/cmd/gobind@latest (in golang.org/x/mobile@v0.0.0-20241016134751-7ff83004ec2c): go.mod:3: invalid go version '1.22.0': must match format 1.23, 
2024-10-21 15:18:10.959 [ERROR] - : , 
2024-10-21 15:18:10.959 [ERROR] - err: failed to install gobind: exit status 1, 

We are inside a go.mod of an existing project.

torbenschinke commented 1 week ago

I talked to our teams and I'm not sure what is going on. They don't have the problem in their existing projects, but we are migrating back the code to platform specific languages, so we don't invest anymore in GoUp. However, if you have a pull request, I'm willing to merge it.

gedw99 commented 13 hours ago

Hey @torbenschinke

I updated for house keeping reasons. Not because of bugs.

it’s really useful little tool !!

Yes I know you don’t use it anymore . It’s really useful for me to just be able to take any new environment get all the crazy Android bits installed in a idempotent way .

I forked :

https://github.com/gedw99/goup

Planning to integrate it a larger control plane system . The make file stuff in .dep will be gone and replaced with an integrated control plane using nats Jetstream and task files driving it.

I’m pretty sure it useless to you and the Team