Skip to content
This repository was archived by the owner on Jun 3, 2024. It is now read-only.

Commit 39a76e4

Browse files
aaaart3mmboersma
authored andcommitted
goss dev's repo has been changed
1 parent 879d428 commit 39a76e4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ You will be prompted to confirm again before any tag or release is written to Gi
9999
[Go]: https://golang.org/
100100
[go-dev index URL]: https://mcr.microsoft.com/v2/oss/azcu/go-dev/tags/list
101101
[golangci-lint]: https://github.com/golangci/golangci-lint
102-
[goss]: https://github.com/aelsabbahy/goss
102+
[goss]: https://github.com/goss-org/goss
103103
[gox]: https://github.com/mitchellh/gox
104104
[helm]: https://github.com/kubernetes/helm
105105
[issues]: https://github.com/deis/docker-go-dev/issues

rootfs/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,9 @@ RUN \
100100
&& unzip /tmp/packer.zip -d /usr/local/bin \
101101
&& curl -o /usr/local/bin/shfmt -sSL https://github.com/mvdan/sh/releases/download/v{SHFMT_VERSION}/shfmt_v{SHFMT_VERSION}_linux_amd64 \
102102
&& chmod +x /usr/local/bin/shfmt \
103-
&& curl -L "https://github.com/aelsabbahy/goss/releases/download/${GOSS_VERSION}/goss-linux-amd64" -o /usr/local/bin/goss \
103+
&& curl -L "https://github.com/goss-org/goss/releases/download/${GOSS_VERSION}/goss-linux-amd64" -o /usr/local/bin/goss \
104104
&& chmod +rx /usr/local/bin/goss \
105-
&& curl -L "https://github.com/aelsabbahy/goss/releases/download/${GOSS_VERSION}/dgoss" -o /usr/local/bin/dgoss \
105+
&& curl -L "https://github.com/goss-org/goss/releases/download/${GOSS_VERSION}/dgoss" -o /usr/local/bin/dgoss \
106106
&& chmod +rx /usr/local/bin/dgoss \
107107
&& curl -sSL -o /tmp/upx.tar.xz https://github.com/upx/upx/releases/download/v${UPX_VERSION}/upx-${UPX_VERSION}-amd64_linux.tar.xz \
108108
&& tar -xvf /tmp/upx.tar.xz -C /tmp \

0 commit comments

Comments
 (0)