File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4242 - name : Checkout code
4343 uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
4444 - name : Install Go
45- uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .0
45+ uses : actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5 .0
4646 with :
4747 go-version : 1.24
4848 check-latest : true
Original file line number Diff line number Diff line change 3434 go-version : [1.24, 1.25, 1.26]
3535 steps :
3636 - name : Install Go
37- uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .0
37+ uses : actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5 .0
3838 with :
3939 go-version : ${{ matrix.go-version }}
4040 check-latest : true
Original file line number Diff line number Diff line change 3333 fetch-depth : 1
3434
3535 - name : Install Go and setup env
36- uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .0
36+ uses : actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5 .0
3737 with :
3838 go-version : 1.26
3939 check-latest : true
Original file line number Diff line number Diff line change 4141 fetch-depth : 1
4242
4343 - name : Setup Go
44- uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .0
44+ uses : actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5 .0
4545 with :
4646 go-version : ${{ env.GO_VERSION }}
4747 check-latest : true
You can’t perform that action at this time.
0 commit comments