Skip to content

Commit

Permalink
Merge pull request #260 from visualfc/gop119
Browse files Browse the repository at this point in the history
gop v1.1.9
  • Loading branch information
visualfc committed Nov 2, 2023
2 parents 149aa57 + ff72263 commit 777d83d
Show file tree
Hide file tree
Showing 10 changed files with 64 additions and 291 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
4 changes: 2 additions & 2 deletions cmd/internal/load/gop.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//go:build go1.16
// +build go1.16
//go:build go1.18
// +build go1.18

/*
* Copyright (c) 2022 The GoPlus Authors (goplus.org). All rights reserved.
Expand Down
4 changes: 2 additions & 2 deletions cmd/internal/load/nogop.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//go:build !go1.16
// +build !go1.16
//go:build !go1.18
// +build !go1.18

/*
* Copyright (c) 2022 The GoPlus Authors (goplus.org). All rights reserved.
Expand Down
4 changes: 2 additions & 2 deletions cmd/internal/repl/gop.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//go:build go1.16
// +build go1.16
//go:build go1.18
// +build go1.18

/*
* Copyright (c) 2022 The GoPlus Authors (goplus.org). All rights reserved.
Expand Down
13 changes: 7 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
module github.com/goplus/igop

go 1.14
go 1.16

require (
github.com/goplus/gop v1.1.4-0.20230902092212-f673ef3ba3c9
github.com/goplus/gox v1.11.37
github.com/gopherjs/gopherjs v0.0.0-20200217142428-fce0ec30dd00
github.com/goplus/gop v1.1.9
github.com/goplus/gox v1.12.8
github.com/goplus/reflectx v1.2.1
github.com/modern-go/reflect2 v1.0.2
github.com/peterh/liner v1.2.2
github.com/qiniu/x v1.11.9
github.com/qiniu/x v1.13.1
github.com/visualfc/funcval v0.1.4
github.com/visualfc/gid v0.1.0
github.com/visualfc/goembed v0.3.2
github.com/visualfc/xtype v0.2.0
golang.org/x/mod v0.12.0
golang.org/x/tools v0.13.0
golang.org/x/mod v0.13.0
golang.org/x/tools v0.14.0
)
Loading

0 comments on commit 777d83d

Please sign in to comment.