Skip to content

Commit

Permalink
Bump go.mod to use go 1.13
Browse files Browse the repository at this point in the history
To avoid inconsistent behavior between go versions we now use go 1.13 per
default.

Signed-off-by: Sascha Grunert <sgrunert@suse.com>
  • Loading branch information
saschagrunert committed Nov 11, 2019
1 parent 9a32265 commit 509c3fd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions contrib/test/integration/golang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@
- name: install Go tools and dependencies
shell: /usr/bin/go get -u "github.com/{{ item }}"
with_items:
- tools/godep
- onsi/ginkgo/ginkgo
- onsi/gomega
- cloudflare/cfssl/cmd/...
- jteeuwen/go-bindata/go-bindata
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
go 1.12
go 1.13

module github.com/cri-o/cri-o

Expand Down

0 comments on commit 509c3fd

Please sign in to comment.