File tree 2 files changed +16
-4
lines changed
2 files changed +16
-4
lines changed Original file line number Diff line number Diff line change 12
12
uses : actions/checkout@v3
13
13
with :
14
14
fetch-depth : 0
15
- - name : Set up qemu
16
- uses : docker/setup-qemu-action@v2
15
+ - name : install Go
16
+ uses : actions/setup-go@v5
17
+ with :
18
+ go-version-file : go.mod
19
+ - name : install QEMU
20
+ uses : docker/setup-qemu-action@v3
21
+ - name : install Buildx
22
+ uses : docker/setup-buildx-action@v3
17
23
- name : Login registry
18
24
run : |
19
25
echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
Original file line number Diff line number Diff line change 12
12
uses : actions/checkout@v3
13
13
with :
14
14
fetch-depth : 0
15
- - name : Set up qemu
16
- uses : docker/setup-qemu-action@v2
15
+ - name : install Go
16
+ uses : actions/setup-go@v5
17
+ with :
18
+ go-version-file : go.mod
19
+ - name : install QEMU
20
+ uses : docker/setup-qemu-action@v3
21
+ - name : install Buildx
22
+ uses : docker/setup-buildx-action@v3
17
23
- name : Login registry
18
24
run : |
19
25
echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
You can’t perform that action at this time.
0 commit comments