Skip to content

Commit

Permalink
Fix style and bump go
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonBaeumer authored and dylanhitt committed Feb 25, 2022
1 parent a40fec2 commit 755b8a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/commander/commander.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ func createCliApp() *cli.App {

func createTestCommand() cli.Command {
return cli.Command{
Name: "test",
Name: "test",
Usage: "Execute cli app tests",
UsageText: `Execute cli app tests
Expand Down
2 changes: 1 addition & 1 deletion integration/containers/test/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.15
FROM golang:1.17

RUN mkdir -p $GOPATH/github.com/commander/commander-cli

Expand Down

0 comments on commit 755b8a5

Please sign in to comment.