Skip to content

Commit 8f40b38

Browse files
authored
Remove golang v1.21, it's no longer available (#36)
1 parent 8271642 commit 8f40b38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ USER root
44

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

1010
WORKDIR "/home/damyan"

0 commit comments

Comments
 (0)