Skip to content
Snippets Groups Projects
Unverified Commit 47738dff authored by micah's avatar micah :speech_balloon:
Browse files

Try to use golang-1.19, shapeshifter-dispatcher requires >=1.17

parent f6f49d0f
No related branches found
No related tags found
No related merge requests found
Pipeline #109484 failed
...@@ -5,7 +5,7 @@ RUN apt-get -q update \ ...@@ -5,7 +5,7 @@ RUN apt-get -q update \
pkg-config \ pkg-config \
git \ git \
ca-certificates \ ca-certificates \
golang-go \ golang-1.19 \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
ENV GOPATH=/go ENV GOPATH=/go
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment