Skip to content

Commit

Permalink
fix: update golang version in windows.dockerfile (Azure#664)
Browse files Browse the repository at this point in the history
  • Loading branch information
northtyphoon authored Nov 27, 2023
1 parent 6d6bde4 commit 18cda98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Windows.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ RUN $newPath = ('{0}\bin;C:\go\bin;{1}' -f $env:GOPATH, $env:PATH); \

# install go lang

ENV GOLANG_VERSION 1.21
ENV GOLANG_VERSION 1.21.4

RUN $url = ('https://golang.org/dl/go{0}.windows-amd64.zip' -f $env:GOLANG_VERSION); \
Write-Host ('Downloading {0} ...' -f $url); \
Expand Down

0 comments on commit 18cda98

Please sign in to comment.