File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1818 - name : Install Go
1919 uses : actions/setup-go@master
2020 with :
21- go-version : 1.22 .x
21+ go-version : 1.23 .x
2222 - name : Set up QEMU
2323 uses : docker/setup-qemu-action@v3
2424 - name : Set up Docker Buildx
5151 context : .
5252 file : ./Dockerfile
5353 outputs : " type=image,push=false"
54- platforms : linux/amd64,linux/arm/v7,linux/ arm64
54+ platforms : linux/amd64,linux/arm64
5555 build-args : |
5656 GIT_COMMIT=dev-${{env.GIT_COMMIT}}
5757 VERSION=dev-${{env.GIT_COMMIT}}
Original file line number Diff line number Diff line change 2121 - name : Install Go
2222 uses : actions/setup-go@master
2323 with :
24- go-version : 1.22 .x
24+ go-version : 1.23 .x
2525 - name : Set up QEMU
2626 uses : docker/setup-qemu-action@v3
2727 - name : Set up Docker Buildx
5454 context : .
5555 file : ./Dockerfile
5656 outputs : " type=registry,push=true"
57- platforms : linux/amd64,linux/arm/v7,linux/ arm64
57+ platforms : linux/amd64,linux/arm64
5858 build-args : |
5959 GIT_COMMIT=${{env.GIT_COMMIT}}
6060 VERSION=${{env.VERSION}}
You can’t perform that action at this time.
0 commit comments