Skip to content

Commit

Permalink
Add golang 1.23 to dev image
Browse files Browse the repository at this point in the history
  • Loading branch information
damyan committed Jun 3, 2024
1 parent af862fe commit e36f124
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.20-go golang-1.21-go golang-1.22-go make python3 python3-pip \
build-essential delve gdb golang-1.20-go golang-1.21-go 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 e36f124

Please sign in to comment.