File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1515 os : [ubuntu-latest, macos-latest, windows-latest]
1616 steps :
1717 - name : Set up Go 1.x
18- uses : actions/setup-go@v5
18+ uses : actions/setup-go@v6
1919 with :
2020 go-version : stable
2121 id : go
3838 runs-on : ubuntu-latest
3939 steps :
4040 - name : Set up Go 1.x
41- uses : actions/setup-go@v5
41+ uses : actions/setup-go@v6
4242 with :
4343 go-version : ' stable'
4444 id : go
Original file line number Diff line number Diff line change 1515 os : [ubuntu-latest]
1616 steps :
1717 - name : Set up Go 1.x
18- uses : actions/setup-go@v5
18+ uses : actions/setup-go@v6
1919 with :
2020 go-version : stable
2121 id : go
Original file line number Diff line number Diff line change 1616 os : [ubuntu-latest, macos-latest, windows-latest]
1717 steps :
1818 - name : Set up Go 1.x
19- uses : actions/setup-go@v5
19+ uses : actions/setup-go@v6
2020 with :
2121 go-version : stable
2222 id : go
6161 os : [ubuntu-latest, macos-latest, windows-latest]
6262 steps :
6363 - name : Set up Go 1.x
64- uses : actions/setup-go@v5
64+ uses : actions/setup-go@v6
6565 with :
6666 go-version : stable
6767 id : go
@@ -127,7 +127,7 @@ jobs:
127127 runs-on : ubuntu-latest
128128 steps :
129129 - name : Set up Go 1.x
130- uses : actions/setup-go@v5
130+ uses : actions/setup-go@v6
131131 with :
132132 go-version : stable
133133 id : go
You can’t perform that action at this time.
0 commit comments