File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
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
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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 != ''
You can’t perform that action at this time.
0 commit comments