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:
1010 test :
1111 strategy :
1212 matrix :
13- go-version : [1.23.x,1. 24.x,1.25.x]
13+ go-version : [1.24.x,1.25.x]
1414 platform : [ubuntu-latest, macos-latest, windows-latest]
1515 runs-on : ${{ matrix.platform }}
1616 steps :
1717 - name : Checkout code
1818 uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1919
2020 - name : Install Go
21- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
21+ uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
2222 with :
2323 go-version : ${{ matrix.go-version }}
2424
Original file line number Diff line number Diff line change 1818 uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1919
2020 - name : Install Go
21- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
21+ uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
2222 with :
2323 go-version : ${{ matrix.go-version }}
2424
You can’t perform that action at this time.
0 commit comments