Use setup go v4 actions
This commit is contained in:
parent
7ae7474bcb
commit
417fb54f78
|
@ -33,7 +33,7 @@ jobs:
|
||||||
# restore-keys: |
|
# restore-keys: |
|
||||||
# go_cache-${{ github.repository }}-
|
# go_cache-${{ github.repository }}-
|
||||||
# go_cache-
|
# go_cache-
|
||||||
- uses: actions/setup-go@v3
|
- uses: actions/setup-go@v4
|
||||||
with:
|
with:
|
||||||
go-version: 1.20
|
go-version: 1.20
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
|
@ -33,7 +33,7 @@ jobs:
|
||||||
# restore-keys: |
|
# restore-keys: |
|
||||||
# go_cache-${{ github.repository }}-
|
# go_cache-${{ github.repository }}-
|
||||||
# go_cache-
|
# go_cache-
|
||||||
- uses: actions/setup-go@v3
|
- uses: actions/setup-go@v4
|
||||||
with:
|
with:
|
||||||
go-version: 1.20
|
go-version: 1.20
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
|
@ -33,7 +33,7 @@ jobs:
|
||||||
# restore-keys: |
|
# restore-keys: |
|
||||||
# go_cache-${{ github.repository }}-
|
# go_cache-${{ github.repository }}-
|
||||||
# go_cache-
|
# go_cache-
|
||||||
- uses: actions/setup-go@v3
|
- uses: actions/setup-go@v4
|
||||||
with:
|
with:
|
||||||
go-version: 1.20
|
go-version: 1.20
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
|
@ -33,7 +33,7 @@ jobs:
|
||||||
# restore-keys: |
|
# restore-keys: |
|
||||||
# go_cache-${{ github.repository }}-
|
# go_cache-${{ github.repository }}-
|
||||||
# go_cache-
|
# go_cache-
|
||||||
- uses: actions/setup-go@v3
|
- uses: actions/setup-go@v4
|
||||||
with:
|
with:
|
||||||
go-version: 1.20
|
go-version: 1.20
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
|
@ -33,7 +33,7 @@ jobs:
|
||||||
# restore-keys: |
|
# restore-keys: |
|
||||||
# go_cache-${{ github.repository }}-
|
# go_cache-${{ github.repository }}-
|
||||||
# go_cache-
|
# go_cache-
|
||||||
- uses: actions/setup-go@v3
|
- uses: actions/setup-go@v4
|
||||||
with:
|
with:
|
||||||
go-version: 1.20
|
go-version: 1.20
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
|
@ -33,7 +33,7 @@ jobs:
|
||||||
# restore-keys: |
|
# restore-keys: |
|
||||||
# go_cache-${{ github.repository }}-
|
# go_cache-${{ github.repository }}-
|
||||||
# go_cache-
|
# go_cache-
|
||||||
- uses: actions/setup-go@v3
|
- uses: actions/setup-go@v4
|
||||||
with:
|
with:
|
||||||
go-version: 1.20
|
go-version: 1.20
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
|
@ -33,7 +33,7 @@ jobs:
|
||||||
# restore-keys: |
|
# restore-keys: |
|
||||||
# go_cache-${{ github.repository }}-
|
# go_cache-${{ github.repository }}-
|
||||||
# go_cache-
|
# go_cache-
|
||||||
- uses: actions/setup-go@v3
|
- uses: actions/setup-go@v4
|
||||||
with:
|
with:
|
||||||
go-version: 1.20
|
go-version: 1.20
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
|
@ -33,7 +33,7 @@ jobs:
|
||||||
# restore-keys: |
|
# restore-keys: |
|
||||||
# go_cache-${{ github.repository }}-
|
# go_cache-${{ github.repository }}-
|
||||||
# go_cache-
|
# go_cache-
|
||||||
- uses: actions/setup-go@v3
|
- uses: actions/setup-go@v4
|
||||||
with:
|
with:
|
||||||
go-version: 1.20
|
go-version: 1.20
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
Loading…
Reference in New Issue