1
0
mirror of https://github.com/taigrr/wasm-experiments synced 2025-01-18 04:03:21 -08:00

Set Go 1.14 as required version

This commit is contained in:
Johan Brandhorst 2020-04-14 11:19:50 +01:00
parent 268dfb8c84
commit 1b33c97bdd
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ Just some playing around with the experimental Go WebAssembly arch target.
## Requirements ## Requirements
Requires `go` >= 1.13.0. Requires `go` >= 1.14.0.
[TinyGo](https://github.com/tinygo-org/tinygo) examples require `docker`. [TinyGo](https://github.com/tinygo-org/tinygo) examples require `docker`.
## Basic instructions ## Basic instructions

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/johanbrandhorst/wasm-experiments module github.com/johanbrandhorst/wasm-experiments
go 1.12 go 1.14
require ( require (
github.com/NYTimes/gziphandler v1.1.1 github.com/NYTimes/gziphandler v1.1.1