Skip to content

Commit

Permalink
go.mod: go 1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
visualfc committed Nov 2, 2023
1 parent ea6d740 commit ff72263
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 224 deletions.
110 changes: 0 additions & 110 deletions .github/workflows/go114.yml

This file was deleted.

110 changes: 0 additions & 110 deletions .github/workflows/go115.yml

This file was deleted.

4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# iGo+ The Go/Go+ Interpreter

[![Go1.14](https://github.com/goplus/igop/workflows/Go1.14/badge.svg)](https://github.com/goplus/igop/actions/workflows/go114.yml)
[![Go1.15](https://github.com/goplus/igop/workflows/Go1.15/badge.svg)](https://github.com/goplus/igop/actions/workflows/go115.yml)
[![Go1.16](https://github.com/goplus/igop/workflows/Go1.16/badge.svg)](https://github.com/goplus/igop/actions/workflows/go116.yml)
[![Go1.17](https://github.com/goplus/igop/workflows/Go1.17/badge.svg)](https://github.com/goplus/igop/actions/workflows/go117.yml)
[![Go1.18](https://github.com/goplus/igop/workflows/Go1.18/badge.svg)](https://github.com/goplus/igop/actions/workflows/go118.yml)
Expand All @@ -13,7 +11,7 @@

### Go Version

- Go1.14 ~ Go1.21
- Go1.16 ~ Go1.21
- macOS Linux Windows WebAssembly GopherJS and more.

### ABI
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/goplus/igop

go 1.14
go 1.16

require (
github.com/gopherjs/gopherjs v0.0.0-20200217142428-fce0ec30dd00
Expand Down

0 comments on commit ff72263

Please sign in to comment.