Skip to content

Commit 5e23595

Browse files
committed
uprade to go 1.17 + release, all in one PR
1 parent 41849ee commit 5e23595

File tree

151 files changed

+12785
-4290
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

151 files changed

+12785
-4290
lines changed

Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
FROM golang:1.16
1+
FROM golang:1.17
22

33
RUN apt-get update
4-
RUN apt-get install bash make git curl jq -y
4+
RUN apt-get install bash make git curl jq nodejs npm -y
5+
RUN go get -u github.com/jteeuwen/go-bindata/...
56
ENV CONTEXT=abs
67
COPY . /abs
78
WORKDIR /abs

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.PHONY: repl docs
22
run:
3-
docker run -ti -v $$(pwd):/abs -v ~/.abs_history:/root/.abs_history --name abs --rm abs
3+
docker run -ti -v $$(pwd):/abs --net host -v ~/.abs_history:/root/.abs_history --name abs --rm abs
44
fmt:
55
go fmt ./...
66
build:

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.5.0
1+
2.5.1

docs/package-lock.json

Lines changed: 12779 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/src/.vuepress/dist/404.html

Lines changed: 0 additions & 25 deletions
This file was deleted.
-6.95 KB
Binary file not shown.

docs/src/.vuepress/dist/abs.wasm

-5.32 MB
Binary file not shown.

docs/src/.vuepress/dist/assets/css/0.styles.05bbccd7.css

Lines changed: 0 additions & 1 deletion
This file was deleted.
Binary file not shown.

docs/src/.vuepress/dist/assets/img/search.83621669.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/src/.vuepress/dist/assets/js/1.ae5ab669.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/src/.vuepress/dist/assets/js/10.00091426.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)