2222
2323 - id : changed-files
2424 name : Get changed files
25- uses : tj-actions/changed-files@823fcebdb31bb35fdf2229d9f769b400309430d0 # v46 .0.3
25+ uses : tj-actions/changed-files@24d32ffd492484c1d75e0c0b894501ddb9d30d62 # v47 .0.0
2626
2727 - id : set-modified-modules
2828 name : Set all modified modules
6161 # We don't want to fail the build the soonest but identify which modules passed and failed.
6262 fail-fast : false
6363 matrix :
64- go-version : [1.23 .x, 1.24 .x]
64+ go-version : [1.24 .x, 1.25 .x]
6565 module : ${{ fromJSON(needs.detect-modules.outputs.modules) }}
6666 permissions :
6767 contents : read # for actions/checkout to fetch code
8888 # We don't want to fail the build the soonest but identify which modules passed and failed.
8989 fail-fast : false
9090 matrix :
91- go-version : [1.23 .x, 1.24 .x]
91+ go-version : [1.24 .x, 1.25 .x]
9292 uses : ./.github/workflows/ci-test-go.yml
9393 with :
9494 go-version : ${{ matrix.go-version }}
@@ -109,7 +109,7 @@ jobs:
109109 name : " Test with reaper off"
110110 strategy :
111111 matrix :
112- go-version : [1.23 .x, 1.24 .x]
112+ go-version : [1.24 .x, 1.25 .x]
113113 uses : ./.github/workflows/ci-test-go.yml
114114 with :
115115 go-version : ${{ matrix.go-version }}
@@ -130,7 +130,7 @@ jobs:
130130 name : " Test with Rootless Docker"
131131 strategy :
132132 matrix :
133- go-version : [1.23 .x, 1.24 .x]
133+ go-version : [1.24 .x, 1.25 .x]
134134 uses : ./.github/workflows/ci-test-go.yml
135135 with :
136136 go-version : ${{ matrix.go-version }}
0 commit comments