Skip to content

Commit

Permalink
Downgrade builder docker image to go 14 (#155)
Browse files Browse the repository at this point in the history
For some reason tests are failing with 16. Downgrading temporarily to 14 until we figure out what's wrong.
  • Loading branch information
worldtiki authored Apr 1, 2021
1 parent d3d3537 commit 53f7aba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.16
FROM golang:1.14
# Create required dirs and copy files
RUN mkdir -p /mittens
COPY ./ /mittens/
Expand Down

0 comments on commit 53f7aba

Please sign in to comment.