Skip to content

Commit

Permalink
Removed unused GONB_VERSION.
Browse files Browse the repository at this point in the history
  • Loading branch information
janpfeifer committed Jan 28, 2025
1 parent d8ebe36 commit f71534c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ RUN wget --quiet --output-document=- "https://go.dev/dl/go${GO_VERSION}.linux-am
&& go version

# Install GoNB (https://github.com/janpfeifer/gonb) in the user account
ARG GONB_VERSION="v0.10.7"
USER $NB_USER
WORKDIR ${HOME}
RUN go install golang.org/x/tools/cmd/goimports@latest && \
Expand Down

0 comments on commit f71534c

Please sign in to comment.