Skip to content

Commit

Permalink
Remove golang v1.21, it's no longer available (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
damyan authored Oct 7, 2024
1 parent 8271642 commit 8f40b38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ USER root

RUN apt-get update \
&& apt-get install -y --no-install-recommends \
build-essential delve gdb golang-1.21-go golang-1.22-go golang-1.23-go make python3 python3-pip \
build-essential delve gdb golang-1.22-go golang-1.23-go make python3 python3-pip \
&& rm -rf /var/lib/apt/lists/*

WORKDIR "/home/damyan"
Expand Down

0 comments on commit 8f40b38

Please sign in to comment.