Update workflow files to install Go via composite action
Signed-off-by: Maksym Pavlenko <pavlenko.maksym@gmail.com>
This commit is contained in:
6
.github/workflows/images.yml
vendored
6
.github/workflows/images.yml
vendored
@@ -26,14 +26,12 @@ jobs:
|
||||
working-directory: src/github.com/containerd/containerd
|
||||
|
||||
steps:
|
||||
- uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: "1.21.6"
|
||||
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
path: src/github.com/containerd/containerd
|
||||
|
||||
- uses: ./src/github.com/containerd/containerd/.github/actions/install-go
|
||||
|
||||
- name: Set env
|
||||
shell: bash
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user