Skip to content

Commit

Permalink
update toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
siongui committed Oct 22, 2023
1 parent d4accf4 commit 1f7a9e4
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 594 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: [ '1.17' ]
go: [ '1.18.10' ]
name: Test Pāli Library Package
steps:
- uses: actions/[email protected]
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# cannot use relative path in GOROOT, otherwise 6g not found. For example,
# export GOROOT=../go (=> 6g not found)
# it is also not allowed to use relative path in GOPATH
GO_VERSION=1.17.1
GODIR=../
GO_VERSION=1.18.10
GODIR=../paligo
#export GO111MODULE=off

ifdef GITLAB_CI
Expand Down
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
module github.com/siongui/gopalilib

go 1.17
go 1.18

require (
github.com/gopherjs/gopherjs v0.0.0-20210923143318-357ed63a84fb
github.com/gopherjs/gopherjs v1.18.0-beta3
github.com/siongui/go-succinct-data-structure-trie v0.0.0-20210926213055-1e96df0b792f
github.com/siongui/godom v0.0.0-20200920152407-31a6de96fdf6
github.com/siongui/goef v0.0.0-20210610184109-d3b60554c5f3
github.com/siongui/gojianfan v0.0.0-20210926212422-2f175ac615de
github.com/winhtaikaung/Rabbit-Go v0.0.0-20190314045429-213403fa9212
golang.org/x/net v0.7.0
golang.org/x/net v0.17.0
)

require golang.org/x/text v0.7.0 // indirect
require golang.org/x/text v0.13.0 // indirect
Loading

0 comments on commit 1f7a9e4

Please sign in to comment.