File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,15 +10,15 @@ jobs:
10
10
test :
11
11
strategy :
12
12
matrix :
13
- go-version : [1.23.x,1. 24.x,1.25.x]
13
+ go-version : [1.24.x,1.25.x]
14
14
platform : [ubuntu-latest, macos-latest, windows-latest]
15
15
runs-on : ${{ matrix.platform }}
16
16
steps :
17
17
- name : Checkout code
18
18
uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
19
19
20
20
- name : Install Go
21
- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
21
+ uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
22
22
with :
23
23
go-version : ${{ matrix.go-version }}
24
24
Original file line number Diff line number Diff line change 18
18
uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
19
19
20
20
- name : Install Go
21
- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
21
+ uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
22
22
with :
23
23
go-version : ${{ matrix.go-version }}
24
24
You can’t perform that action at this time.
0 commit comments