Skip to content

Commit

Permalink
Update Go version to 1.16
Browse files Browse the repository at this point in the history
Signed-off-by: Nic Jackson <[email protected]>
  • Loading branch information
nicholasjackson committed Jul 7, 2021
1 parent db45243 commit 330bbca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.15
go-version: 1.16

- name: Setup Kubebuilder
run: |
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.15
go-version: 1.16

- name: Setup Functional Tests
run: |
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 github.com/servicemeshinterface/smi-controller-sdk

go 1.15
go 1.16

require (
github.com/cucumber/godog v0.11.0
Expand Down

0 comments on commit 330bbca

Please sign in to comment.