Skip to content

Commit

Permalink
Upgrade go to v1.23.1 (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
eyalbe4 authored Sep 11, 2024
1 parent 4ac480c commit f3e6ebd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down

0 comments on commit f3e6ebd

Please sign in to comment.