Skip to content

Commit 978262e

Browse files
authored
Merge pull request #1158 from fluxcd/go-1.26
Upgrade to Go 1.26 in CI
2 parents 90cfd68 + 523e693 commit 978262e

9 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Setup Go
2222
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
2323
with:
24-
go-version: 1.25.x
24+
go-version: 1.26.x
2525
# https://github.com/actions/setup-go/blob/main/docs/adrs/0000-caching-dependencies.md#example-of-real-use-cases
2626
cache-dependency-path: |
2727
**/go.sum

.github/workflows/cifuzz.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup Go
1717
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
1818
with:
19-
go-version: 1.25.x
19+
go-version: 1.26.x
2020
# https://github.com/actions/setup-go/blob/main/docs/adrs/0000-caching-dependencies.md#example-of-real-use-cases
2121
cache-dependency-path: |
2222
**/go.sum

.github/workflows/e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
if: ${{ steps.filter.outputs.git == 'true' || steps.filter.outputs.e2e == 'true' || github.event_name == 'workflow_dispatch' }}
4444
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
4545
with:
46-
go-version: 1.25.x
46+
go-version: 1.26.x
4747
# https://github.com/actions/setup-go/blob/main/docs/adrs/0000-caching-dependencies.md#example-of-real-use-cases
4848
cache-dependency-path: |
4949
**/go.sum

.github/workflows/integration-aws.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Setup Go
3131
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
3232
with:
33-
go-version: 1.25.x
33+
go-version: 1.26.x
3434
cache-dependency-path: tests/integration/go.sum
3535
- name: Setup Terraform
3636
uses: hashicorp/setup-terraform@5e8dbf3c6d9deaf4193ca7a8fb23f2ac83bb6c85 # v4.0.0

.github/workflows/integration-azure.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Setup Go
3030
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
3131
with:
32-
go-version: 1.25.x
32+
go-version: 1.26.x
3333
cache-dependency-path: tests/integration/go.sum
3434
- name: Setup Terraform
3535
uses: hashicorp/setup-terraform@5e8dbf3c6d9deaf4193ca7a8fb23f2ac83bb6c85 # v4.0.0

.github/workflows/integration-cleanup.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Setup Go
2323
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
2424
with:
25-
go-version: 1.25.x
25+
go-version: 1.26.x
2626
cache-dependency-path: ./tools/reaper/go.sum
2727
- name: Setup bin dir
2828
run: mkdir -p ~/.local/bin
@@ -49,7 +49,7 @@ jobs:
4949
- name: Setup Go
5050
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
5151
with:
52-
go-version: 1.25.x
52+
go-version: 1.26.x
5353
cache-dependency-path: ./tools/reaper/go.sum
5454
- name: Authenticate to Azure
5555
uses: Azure/login@a457da9ea143d694b1b9c7c869ebb04ebe844ef5 # v1.4.6
@@ -72,7 +72,7 @@ jobs:
7272
- name: Setup Go
7373
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
7474
with:
75-
go-version: 1.25.x
75+
go-version: 1.26.x
7676
cache-dependency-path: ./tools/reaper/go.sum
7777
- name: Authenticate to AWS
7878
uses: aws-actions/configure-aws-credentials@8df5847569e6427dd6c4fb1cf565c83acfa8afa7 # v6.0.0

.github/workflows/integration-gcp.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Setup Go
3030
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
3131
with:
32-
go-version: 1.25.x
32+
go-version: 1.26.x
3333
cache-dependency-path: tests/integration/go.sum
3434
- name: Setup Terraform
3535
uses: hashicorp/setup-terraform@5e8dbf3c6d9deaf4193ca7a8fb23f2ac83bb6c85 # v4.0.0

.github/workflows/scan.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Setup Go
2424
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
2525
with:
26-
go-version: 1.25.x
26+
go-version: 1.26.x
2727
cache-dependency-path: |
2828
**/go.sum
2929
**/go.mod

actions/envtest/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ runs:
1919
- name: Setup Go
2020
uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4.0.0
2121
with:
22-
go-version: 1.25.x
22+
go-version: 1.26.x
2323
cache: false
2424
- name: Use specified version to install
2525
if: inputs.envtest_version != ''

0 commit comments

Comments
 (0)