Skip to content

Commit

Permalink
.devcontainer: upgrade to go 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
echarrod authored Oct 13, 2024
1 parent 00f2f03 commit 6990f9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.19
FROM golang:1.21

RUN apt-get update && apt-get install -y sudo
RUN curl -fsSL https://deb.nodesource.com/setup_16.x | sudo -E bash - && \
Expand Down

0 comments on commit 6990f9e

Please sign in to comment.