feat: implement go support (#571)

* progress

* progress

* all in one

* frontend

* small nits

* go job test

* go.sum is optional

* add golang-go to backend test image

Co-authored-by: sqwishy <somebody@froghat.ca>
This commit is contained in:
Ruben Fiszel
2022-09-13 21:14:21 +02:00
committed by GitHub
co-authored by sqwishy
parent 110a25f6f8
commit 39918a9bb1
39 changed files with 4152 additions and 676 deletions
+2 -1
View File
@@ -13,7 +13,8 @@ RUN apt-get -y update \
libnl-route-3-dev=3.4.* \
make=4.2.* \
pkg-config=0.29-6 \
protobuf-compiler=3.6.*
protobuf-compiler=3.6.* \
golang-go
RUN git clone -b master --single-branch https://github.com/google/nsjail.git . \
&& git checkout dccf911fd2659e7b08ce9507c25b2b38ec2c5800