feat(ci): update checkout and setup-go actions (#326)
* Update Github checkout action to v3 * Update Github action setup-go to v4 * Get Go version from `go.mod`
This commit is contained in:
2
.github/workflows/debug-release.yaml
vendored
2
.github/workflows/debug-release.yaml
vendored
@@ -11,7 +11,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v1
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user