22
22
23
23
- id : changed-files
24
24
name : Get changed files
25
- uses : tj-actions/changed-files@823fcebdb31bb35fdf2229d9f769b400309430d0 # v46 .0.3
25
+ uses : tj-actions/changed-files@24d32ffd492484c1d75e0c0b894501ddb9d30d62 # v47 .0.0
26
26
27
27
- id : set-modified-modules
28
28
name : Set all modified modules
61
61
# We don't want to fail the build the soonest but identify which modules passed and failed.
62
62
fail-fast : false
63
63
matrix :
64
- go-version : [1.23 .x, 1.24 .x]
64
+ go-version : [1.24 .x, 1.25 .x]
65
65
module : ${{ fromJSON(needs.detect-modules.outputs.modules) }}
66
66
permissions :
67
67
contents : read # for actions/checkout to fetch code
88
88
# We don't want to fail the build the soonest but identify which modules passed and failed.
89
89
fail-fast : false
90
90
matrix :
91
- go-version : [1.23 .x, 1.24 .x]
91
+ go-version : [1.24 .x, 1.25 .x]
92
92
uses : ./.github/workflows/ci-test-go.yml
93
93
with :
94
94
go-version : ${{ matrix.go-version }}
@@ -109,7 +109,7 @@ jobs:
109
109
name : " Test with reaper off"
110
110
strategy :
111
111
matrix :
112
- go-version : [1.23 .x, 1.24 .x]
112
+ go-version : [1.24 .x, 1.25 .x]
113
113
uses : ./.github/workflows/ci-test-go.yml
114
114
with :
115
115
go-version : ${{ matrix.go-version }}
@@ -130,7 +130,7 @@ jobs:
130
130
name : " Test with Rootless Docker"
131
131
strategy :
132
132
matrix :
133
- go-version : [1.23 .x, 1.24 .x]
133
+ go-version : [1.24 .x, 1.25 .x]
134
134
uses : ./.github/workflows/ci-test-go.yml
135
135
with :
136
136
go-version : ${{ matrix.go-version }}
0 commit comments