We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e84b97 commit d9d5aacCopy full SHA for d9d5aac
container/root/scripts/install_goss.sh
@@ -6,10 +6,10 @@
6
# Downloads, verifies, and installs
7
# Requires curl and sha256sum to be present
8
9
-GOSS_VERSION=v0.3.15
+GOSS_VERSION=v0.3.16
10
11
# Manually locate and commit from https://github.com/aelsabbahy/goss/releases/download/vX.Y.Z/goss-linux-amd64.sha256
12
-GOSS_SHA256=b893b70e66bb1d2031f1ecf72421fff0056fff2ae8f7a4317e91dc7a7f6f7eee
+GOSS_SHA256=827e354b48f93bce933f5efcd1f00dc82569c42a179cf2d384b040d8a80bfbfb
13
14
curl -fL https://github.com/aelsabbahy/goss/releases/download/${GOSS_VERSION}/goss-linux-amd64 -o /usr/local/bin/goss
15
0 commit comments