Skip to content

Commit

Permalink
go 1.15
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Hamilton <[email protected]>
  • Loading branch information
Matt Hamilton committed Aug 18, 2020
1 parent ffb4ce0 commit b2066ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/kubectl-tap-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
matrix:
go:
- '1.14'
- '1.15'
steps:
-
name: Setup Go env
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/kubectl-tap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
name: Setup Go env
uses: actions/setup-go@v2
with:
go-version: '1.14.2'
go-version: '1.15.0'
-
name: Checkout
uses: actions/checkout@v2
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
name: Setup Go env
uses: actions/setup-go@v2
with:
go-version: '1.14.2'
go-version: '1.15.0'
-
name: Install zsh
run: sudo apt-get update; sudo apt-get install zsh
Expand Down

0 comments on commit b2066ea

Please sign in to comment.