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 1010 runs-on : ${{ matrix.platform }}
1111 steps :
1212 - name : Install Go
13- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
13+ uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
1414 with :
1515 go-version : ${{ matrix.go-version }}
1616 id : go
3838 runs-on : ${{ matrix.platform }}
3939 steps :
4040 - name : Install Go
41- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
41+ uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
4242 with :
4343 go-version : ${{ matrix.go-version }}
4444 id : go
Original file line number Diff line number Diff line change 1818 - name : Checkout repository
1919 uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
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 : 1.24.x
2424 - name : Lint
You can’t perform that action at this time.
0 commit comments