diff --git a/Dockerfile b/Dockerfile index 3ce2d0c..18c4505 100644 --- a/Dockerfile +++ b/Dockerfile @@ -34,7 +34,7 @@ RUN ln -s /usr/bin/python3 /usr/bin/python RUN pip install pipenv poetry --quiet # Install Go -RUN curl -fL https://golang.org/dl/go1.22.5.linux-amd64.tar.gz | tar -zxC /usr/local +RUN curl -fL https://golang.org/dl/go1.23.1.linux-amd64.tar.gz | tar -zxC /usr/local # Install .NET & NuGet RUN curl -sL https://packages.microsoft.com/config/ubuntu/22.04/packages-microsoft-prod.deb -o packages-microsoft-prod.deb diff --git a/README.md b/README.md index 4091735..2488d8a 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Operating system: ![GitHub](https://img.shields.io/static/v1?label=Ubuntu&messag | .NET | 6.0 | dotnet-sdk-6.0 | https://packages.microsoft.com/ubuntu/22.04/prod | | cURL | 7.81.0 | curl | Ubuntu archive | | Docker | 23.0.2 | docker | https://download.docker.com/linux/ubuntu | -| Go | 1.22.x | golang-go | https://golang.org/dl | +| Go | 1.23.1 | golang-go | https://golang.org/dl | | Gradle | 8.6.x | gradle | https://sdkman.io/sdks#gradle | | JDK | 11.0.x | tem | https://sdkman.io/jdks#tem | | jq | 1.6.x | jq | Ubuntu archive |