Skip to content

Commit

Permalink
uprade to go 1.17 + release, all in one PR
Browse files Browse the repository at this point in the history
  • Loading branch information
odino committed Sep 1, 2021
1 parent 41849ee commit 5e23595
Show file tree
Hide file tree
Showing 151 changed files with 12,785 additions and 4,290 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
FROM golang:1.16
FROM golang:1.17

RUN apt-get update
RUN apt-get install bash make git curl jq -y
RUN apt-get install bash make git curl jq nodejs npm -y
RUN go get -u github.com/jteeuwen/go-bindata/...
ENV CONTEXT=abs
COPY . /abs
WORKDIR /abs
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.PHONY: repl docs
run:
docker run -ti -v $$(pwd):/abs -v ~/.abs_history:/root/.abs_history --name abs --rm abs
docker run -ti -v $$(pwd):/abs --net host -v ~/.abs_history:/root/.abs_history --name abs --rm abs
fmt:
go fmt ./...
build:
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.5.0
2.5.1
12,789 changes: 12,779 additions & 10 deletions docs/package-lock.json

Large diffs are not rendered by default.

25 changes: 0 additions & 25 deletions docs/src/.vuepress/dist/404.html

This file was deleted.

Binary file removed docs/src/.vuepress/dist/abs-horizontal.png
Binary file not shown.
Binary file removed docs/src/.vuepress/dist/abs.wasm
Binary file not shown.
1 change: 0 additions & 1 deletion docs/src/.vuepress/dist/assets/css/0.styles.05bbccd7.css

This file was deleted.

Binary file not shown.
1 change: 0 additions & 1 deletion docs/src/.vuepress/dist/assets/img/search.83621669.svg

This file was deleted.

1 change: 0 additions & 1 deletion docs/src/.vuepress/dist/assets/js/1.ae5ab669.js

This file was deleted.

1 change: 0 additions & 1 deletion docs/src/.vuepress/dist/assets/js/10.00091426.js

This file was deleted.

Loading

0 comments on commit 5e23595

Please sign in to comment.