Skip to content

Commit

Permalink
Upgrade goss version to 0.3.20 (#18)
Browse files Browse the repository at this point in the history
* Upgrade GOSS version to 0.30.20

That's the latest version currently available

See https://github.com/aelsabbahy/goss/releases/tag/v0.3.20

* Update action.yml

* Update README.md

* Update README.md
  • Loading branch information
e1himself committed Nov 3, 2022
1 parent fb3bbef commit 1c2489c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ Read more about Goss at https://goss.rocks/.

### `version`

**Optional** The required version of Goss to install. Default `"v0.3.16"`.
**Optional** The required version of Goss to install. Default `"v0.3.20"`.

## Example usage

```yml
uses: e1himself/goss-installation-action
with:
version: 'v0.3.16'
version: 'v0.3.20'
```
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ author: 'ivan.voskoboiynk@gmail.com'
inputs:
version:
description: 'Goss release version to install'
default: 'v0.3.9'
default: 'v0.3.20'
required: false
runs:
using: 'node16'
Expand Down
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import * as tc from '@actions/tool-cache'
import fs from 'fs'

const ARCH = 'amd64'
const DEFAULT_VERSION = 'v0.3.16'
const DEFAULT_VERSION = 'v0.3.20'
const ERROR_MESSAGE = 'Failed to install goss'

interface CommandsMap {
Expand Down

0 comments on commit 1c2489c

Please sign in to comment.