Skip to content

Commit 8e689d9

Browse files
committed
docs: bump version in setup examples
1 parent f905253 commit 8e689d9

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,12 @@ chmod +rx /usr/local/bin/dgoss
7373

7474
```bash
7575
# See https://github.com/goss-org/goss/releases for release versions
76-
VERSION=v0.3.10
76+
VERSION=v0.4.8
7777
curl -L "https://github.com/goss-org/goss/releases/download/${VERSION}/goss-linux-amd64" -o /usr/local/bin/goss
7878
chmod +rx /usr/local/bin/goss
7979

8080
# (optional) dgoss docker wrapper (use 'master' for latest version)
81-
VERSION=v0.3.10
81+
VERSION=v0.4.8
8282
curl -L "https://github.com/goss-org/goss/releases/download/${VERSION}/dgoss" -o /usr/local/bin/dgoss
8383
chmod +rx /usr/local/bin/dgoss
8484
```

extras/dgoss/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ Since goss runs on the target container, dgoss can be used on a Mac OSX system b
2525
curl -L https://raw.githubusercontent.com/goss-org/goss/master/extras/dgoss/dgoss -o /usr/local/bin/dgoss
2626
chmod +rx /usr/local/bin/dgoss
2727

28-
# Download desired goss version to your preferred location (e.g. v0.3.6)
29-
curl -L https://github.com/goss-org/goss/releases/download/v0.3.6/goss-linux-amd64 -o ~/Downloads/goss-linux-amd64
28+
# Download desired goss version to your preferred location (e.g. v0.4.8)
29+
curl -L https://github.com/goss-org/goss/releases/download/v0.4.8/goss-linux-amd64 -o ~/Downloads/goss-linux-amd64
3030

3131
# Set your GOSS_PATH to the above location
3232
export GOSS_PATH=~/Downloads/goss-linux-amd64

extras/kgoss/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ chmod a+rx "${dest_dir}/kgoss"
5959

6060
## install goss
6161
if [[ ! $(which jq) ]]; then echo "jq is required, get from https://stedolan.github.io/jq"; fi
62-
version=v0.3.8
62+
version=v0.4.8
6363
arch=amd64
6464
host=github.com
6565
# for private repos, leave `host` blank or same as above:

0 commit comments

Comments
 (0)