Skip to content

Commit

Permalink
fix: add a version check assertion to enforce Golang 1.14+
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfig committed Jul 3, 2020
1 parent 54f67a7 commit 433d1ce
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/cosmic-swingset/app/version_check.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
//+build !go1.14

package app

cosmic-swingset requires requires Golang version 1.14.
See https://golang.org/dl/ for upgrade information.

0 comments on commit 433d1ce

Please sign in to comment.