File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 uses : actions/checkout@v6
2121
2222 - name : Set up Go
23- uses : actions/setup-go@v5
23+ uses : actions/setup-go@v6
2424 with :
2525 go-version : ${{ env.GO_VERSION }}
2626 cache : true
5656 uses : actions/checkout@v6
5757
5858 - name : Set up Go
59- uses : actions/setup-go@v5
59+ uses : actions/setup-go@v6
6060 with :
6161 go-version : ${{ env.GO_VERSION }}
6262 cache : true
7474 fetch-depth : 0
7575
7676 - name : Set up Go
77- uses : actions/setup-go@v5
77+ uses : actions/setup-go@v6
7878 with :
7979 go-version : ${{ env.GO_VERSION }}
8080 cache : true
Original file line number Diff line number Diff line change 2020 uses : actions/checkout@v6
2121
2222 - name : Set up Go
23- uses : actions/setup-go@v5
23+ uses : actions/setup-go@v6
2424 with :
2525 go-version : ${{ env.GO_VERSION }}
2626 cache : true
5656 uses : actions/checkout@v6
5757
5858 - name : Set up Go
59- uses : actions/setup-go@v5
59+ uses : actions/setup-go@v6
6060 with :
6161 go-version : ${{ env.GO_VERSION }}
6262 cache : true
7373 fetch-depth : 0
7474
7575 - name : Set up Go
76- uses : actions/setup-go@v5
76+ uses : actions/setup-go@v6
7777 with :
7878 go-version : ${{ env.GO_VERSION }}
7979 cache : true
You can’t perform that action at this time.
0 commit comments