Skip to content

Commit fceb216

Browse files
authored
chore: update golang to 1.24.5 (#476)
1 parent f430b0e commit fceb216

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Windows.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RUN $newPath = ('{0}\bin;C:\go\bin;{1}' -f $env:GOPATH, $env:PATH); \
1818
# ideally we should be able to use FROM golang:windowsservercore-1803. This is not done due to two reasons
1919
# 1. The go lang for 1803 tag is not available.
2020

21-
ENV GOLANG_VERSION 1.24.4
21+
ENV GOLANG_VERSION 1.24.5
2222

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

azure-pipelines-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ steps:
1515

1616
- task: GoTool@0
1717
inputs:
18-
version: '1.24.4'
18+
version: '1.24.5'
1919

2020
- script: |
2121
(robocopy $(system.defaultWorkingDirectory) $(ModulePath) /E /XD $(system.defaultWorkingDirectory)\work)^& IF %ERRORLEVEL% LSS 8 SET ERRORLEVEL = 0

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ steps:
1515

1616
- task: GoTool@0
1717
inputs:
18-
version: '1.24.4'
18+
version: '1.24.5'
1919

2020
- script: |
2121
set -e

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/Azure/acr-cli
22

3-
go 1.24.4
3+
go 1.24.5
44

55
require (
66
github.com/Azure/go-autorest/autorest v0.11.30

0 commit comments

Comments
 (0)