Skip to content

Commit

Permalink
Bump default Goss version to 0.3.16
Browse files Browse the repository at this point in the history
  • Loading branch information
e1himself committed Sep 20, 2021
1 parent 33ea8f8 commit fcd296a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.14"`.
**Optional** The required version of Goss to install. Default `"v0.3.16"`.

## Example usage

```yml
uses: e1himself/goss-installation-action
with:
version: 'v0.3.14'
version: 'v0.3.16'
```
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.14'
const DEFAULT_VERSION = 'v0.3.16'
const ERROR_MESSAGE = 'Failed to install goss'

interface CommandsMap {
Expand Down

0 comments on commit fcd296a

Please sign in to comment.