fix: use github repo for go image
This commit is contained in:
parent
8cfa2916ec
commit
b71152e822
@ -11,7 +11,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Setup Go environment
|
- name: Setup Go environment
|
||||||
uses: actions/setup-go@v3.3.1
|
uses: https://github.com/actions/setup-go@v3
|
||||||
with:
|
with:
|
||||||
# The Go version to download (if necessary) and use. Supports semver spec and ranges.
|
# The Go version to download (if necessary) and use. Supports semver spec and ranges.
|
||||||
go-version: 1.20 # optional
|
go-version: 1.20 # optional
|
||||||
|
Reference in New Issue
Block a user