Skip to content

Commit 2525b3e

Browse files
authored
ci(deps): update go version used in CI builds (#1544)
Signed-off-by: Justin Alvarez <alvajus@amazon.com>
1 parent f693a0d commit 2525b3e

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

.github/workflows/build-and-test-deb.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
- cron: '0 9 * * *'
1616
env:
1717
GO111MODULE: on
18-
GO_VERSION: '1.24.5'
18+
GO_VERSION: '1.24.6'
1919

2020
permissions:
2121
# This is required for configure-aws-credentials to request an OIDC JWT ID token to access AWS resources later on.

.github/workflows/build-and-test-msi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616
- cron: '0 9 * * *'
1717
env:
1818
GO111MODULE: on
19-
GO_VERSION: '1.24.5'
19+
GO_VERSION: '1.24.6'
2020

2121
permissions:
2222
# This is required for configure-aws-credentials to request an OIDC JWT ID token to access AWS resources later on.

.github/workflows/build-pkg.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ permissions:
2626
contents: read
2727

2828
env:
29-
GO_VERSION: '1.24.5'
29+
GO_VERSION: '1.24.6'
3030

3131
jobs:
3232
build:

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ permissions:
4343

4444
env:
4545
DEBUG: ${{ secrets.ACTIONS_STEP_DEBUG }}
46-
GO_VERSION: '1.24.5'
46+
GO_VERSION: '1.24.6'
4747

4848
concurrency:
4949
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/e2e-linux.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ permissions:
2323
contents: read
2424

2525
env:
26-
GO_VERSION: '1.24.5'
26+
GO_VERSION: '1.24.6'
2727

2828
jobs:
2929
test:

.github/workflows/e2e-macos.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ permissions:
2323
contents: read
2424

2525
env:
26-
GO_VERSION: '1.24.5'
26+
GO_VERSION: '1.24.6'
2727

2828
jobs:
2929
test:

.github/workflows/e2e-ubuntu.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111

1212
env:
1313
GO111MODULE: on
14-
GO_VERSION: '1.24.5'
14+
GO_VERSION: '1.24.6'
1515

1616
jobs:
1717
get-latest-tag:

.github/workflows/e2e-windows.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ permissions:
2020
contents: read
2121

2222
env:
23-
GO_VERSION: '1.24.5'
23+
GO_VERSION: '1.24.6'
2424

2525
jobs:
2626
test:

.github/workflows/test-pkg.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ permissions:
2626
contents: read
2727

2828
env:
29-
GO_VERSION: '1.24.5'
29+
GO_VERSION: '1.24.6'
3030

3131
jobs:
3232
test:

.github/workflows/upload-build-to-S3.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
workflow_dispatch:
55
env:
66
GO111MODULE: on
7-
GO_VERSION: '1.24.5'
7+
GO_VERSION: '1.24.6'
88

99
permissions:
1010
# This is required for configure-aws-credentials to request an OIDC JWT ID token to access AWS resources later on.

0 commit comments

Comments
 (0)