Skip to content

Commit

Permalink
Bump Golang version to 1.16 (#572)
Browse files Browse the repository at this point in the history
* Bump Golang version to 1.16

* Bump Go in kind
  • Loading branch information
nak3 authored Aug 9, 2021
1 parent 86f6c90 commit 7ac4ec1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/kind-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ jobs:
CLUSTER_SUFFIX: c${{ github.run_id }}.local

steps:
- name: Set up Go 1.15.x
- name: Set up Go 1.16.x
uses: actions/setup-go@v2
with:
go-version: 1.15.x
go-version: 1.16.x

- name: Install Dependencies
working-directory: ./
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module knative.dev/net-contour

go 1.15
go 1.16

require (
github.com/google/go-cmp v0.5.6
Expand Down

0 comments on commit 7ac4ec1

Please sign in to comment.