|
@@ -63,7 +63,7 @@ jobs:
|
|
|
|
|
|
- uses: actions/checkout@v4
|
|
|
|
|
|
- - uses: actions/setup-go@v4
|
|
|
+ - uses: actions/setup-go@v5
|
|
|
with:
|
|
|
go-version: ${{ matrix.go }}
|
|
|
cache: true
|
|
@@ -98,7 +98,7 @@ jobs:
|
|
|
steps:
|
|
|
- uses: actions/checkout@v4
|
|
|
|
|
|
- - uses: actions/setup-go@v4
|
|
|
+ - uses: actions/setup-go@v5
|
|
|
with:
|
|
|
go-version: ${{ env.GO_VERSION }}
|
|
|
cache: false
|
|
@@ -154,7 +154,7 @@ jobs:
|
|
|
with:
|
|
|
fetch-depth: 0
|
|
|
|
|
|
- - uses: actions/setup-go@v4
|
|
|
+ - uses: actions/setup-go@v5
|
|
|
with:
|
|
|
go-version: ${{ env.GO_VERSION }}
|
|
|
cache: false
|
|
@@ -207,7 +207,7 @@ jobs:
|
|
|
with:
|
|
|
fetch-depth: 0
|
|
|
|
|
|
- - uses: actions/setup-go@v4
|
|
|
+ - uses: actions/setup-go@v5
|
|
|
with:
|
|
|
go-version: ${{ env.GO_VERSION }}
|
|
|
cache: false
|
|
@@ -254,7 +254,7 @@ jobs:
|
|
|
with:
|
|
|
fetch-depth: 0
|
|
|
|
|
|
- - uses: actions/setup-go@v4
|
|
|
+ - uses: actions/setup-go@v5
|
|
|
with:
|
|
|
go-version: ${{ env.GO_VERSION }}
|
|
|
cache: false
|
|
@@ -381,7 +381,7 @@ jobs:
|
|
|
with:
|
|
|
fetch-depth: 0
|
|
|
|
|
|
- - uses: actions/setup-go@v4
|
|
|
+ - uses: actions/setup-go@v5
|
|
|
with:
|
|
|
go-version: ${{ env.GO_VERSION }}
|
|
|
cache: false
|
|
@@ -448,7 +448,7 @@ jobs:
|
|
|
with:
|
|
|
fetch-depth: 0
|
|
|
|
|
|
- - uses: actions/setup-go@v4
|
|
|
+ - uses: actions/setup-go@v5
|
|
|
with:
|
|
|
go-version: ${{ env.GO_VERSION }}
|
|
|
cache: false
|
|
@@ -560,7 +560,7 @@ jobs:
|
|
|
with:
|
|
|
fetch-depth: 0
|
|
|
|
|
|
- - uses: actions/setup-go@v4
|
|
|
+ - uses: actions/setup-go@v5
|
|
|
with:
|
|
|
go-version: ${{ env.GO_VERSION }}
|
|
|
cache: false
|
|
@@ -732,7 +732,7 @@ jobs:
|
|
|
with:
|
|
|
fetch-depth: 0
|
|
|
|
|
|
- - uses: actions/setup-go@v4
|
|
|
+ - uses: actions/setup-go@v5
|
|
|
with:
|
|
|
go-version: ${{ env.GO_VERSION }}
|
|
|
cache: false
|
|
@@ -817,7 +817,7 @@ jobs:
|
|
|
steps:
|
|
|
- uses: actions/checkout@v4
|
|
|
|
|
|
- - uses: actions/setup-go@v4
|
|
|
+ - uses: actions/setup-go@v5
|
|
|
with:
|
|
|
go-version: ${{ env.GO_VERSION }}
|
|
|
cache: false
|