fix: use github repo for go image

This commit is contained in:
Lennard Brinkhaus 2023-06-24 23:19:03 +02:00
parent 8cfa2916ec
commit b71152e822
Signed by: lennard.brinkhaus
GPG Key ID: 286421EC53998B22

View File

@ -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