Skip to content

Commit

Permalink
Merge pull request #11 from RedisLabs/investigate-install-cluster-tim…
Browse files Browse the repository at this point in the history
…eouts

Update go version to 1.16 and kind to v0.11.1
  • Loading branch information
trentrosenbaum authored Aug 20, 2021
2 parents 82693ee + 6a75bb7 commit 4fc4700
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: CI
on: [push]

env:
GO_VERSION: "1.15"
GO_VERSION: "1.16"

jobs:
build:
Expand Down Expand Up @@ -32,7 +32,7 @@ jobs:
uses: engineerd/[email protected]
with:
config: bootstrap/kind-config.yml
version: v0.9.0
version: v0.11.1

- name: Test Kubernetes
run: kubectl cluster-info
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.15
go-version: 1.16

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
Expand Down

0 comments on commit 4fc4700

Please sign in to comment.