Skip to content

Commit

Permalink
Bump GitHub workflow to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
deining authored and leaanthony committed Jun 10, 2024
1 parent 9a039b7 commit a8d9462
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
steps:

- name: Set up Go 1.19
uses: actions/setup-go@v1
uses: actions/setup-go@v5
with:
go-version: 1.19
go-version: 1.22
id: go

- name: Check out code
Expand Down
2 changes: 1 addition & 1 deletion cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ func (c *Cli) SetBannerFunction(fn func(*Cli) string) {

// SetErrorFunction - Set custom error message when undefined
// flags are used by the user. First argument is a string containing
// the commnad path used. Second argument is the undefined flag error.
// the command path used. Second argument is the undefined flag error.
func (c *Cli) SetErrorFunction(fn func(string, error) error) {
c.errorHandler = fn
}
Expand Down

0 comments on commit a8d9462

Please sign in to comment.