Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(cicd): Update build pipeline #11

Merged
merged 4 commits into from
Dec 24, 2023

Conversation

thinkJD
Copy link
Contributor

@thinkJD thinkJD commented Feb 3, 2023

No description provided.

LABEL maintainer="Simon Elsbrock <simon@iodev.org>"
LABEL org.opencontainers.image.description="Prometheus Service Discovery for Tailscale"

COPY . ./build/tailscalesd/
RUN cd ./build/tailscalesd && make

FROM golang:1
FROM golang:1.19
Copy link
Contributor Author

@thinkJD thinkJD Feb 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

inet.af/netaddr is archived and the last version or one of it's dependencies throws:

panic: Something in this program imports go4.org/unsafe/assume-no-moving-gc to declare that it assumes a non-moving garbage collector, but your version of go4.org/unsafe/assume-no-moving-gc hasn't been updated to assert that it's safe against the go1.20rc3 runtime. If you want to risk it, run with environment variable ASSUME_NO_MOVING_GC_UNSAFE_RISK_IT_WITH=go1.20rc3 set. Notably, if go1.20rc3 adds a moving garbage collector, this program is unsafe to use.

The latest version of golang:1 is v1.20

@cfunkhouser cfunkhouser changed the base branch from main to fix-inet-nonsense December 24, 2023 15:25
@cfunkhouser cfunkhouser merged commit 5a9cd6a into cfunkhouser:fix-inet-nonsense Dec 24, 2023
cfunkhouser added a commit that referenced this pull request Dec 24, 2023
* fix(api): Tailscale v1.32.3 compatibility (#10)

* fix(api): Tailscale v1.32.3 compatibility

* ci: Update build pipeline (#3)

* chore(cicd): Update build pipeline (#11)

* Update actions

* update actions

* use golang 1.19

* clean up

* Replace inet.af/netaddr with net/netip

* Remove dependency on deprecated ioutil package

---------

Co-authored-by: Jan Georgens <jd.georgens@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants