File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2828 --label build_date=$(date -u +"%Y-%m-%dT%H:%M:%SZ") \
2929 --label tag=${{ steps.build_tag_generator.outputs.BUILD_TAG }} \
3030 --build-arg BASE_IMAGE=alpine:3.19 \
31- --build-arg BUILD_IMAGE=golang:1.22 -alpine3.19 \
31+ --build-arg BUILD_IMAGE=golang:1.23 -alpine3.19 \
3232 --tag ghcr.io/hyperledger/firefly-fabconnect:${{ steps.build_tag_generator.outputs.BUILD_TAG }} .
3333
3434 - name : Tag release
Original file line number Diff line number Diff line change 2020 --label build_date=$(date -u +"%Y-%m-%dT%H:%M:%SZ") \
2121 --label tag=${GITHUB_REF##*/} \
2222 --build-arg BASE_IMAGE=alpine:3.19 \
23- --build-arg BUILD_IMAGE=golang:1.22 -alpine3.19 \
23+ --build-arg BUILD_IMAGE=golang:1.23 -alpine3.19 \
2424 --tag ghcr.io/hyperledger/firefly-fabconnect:${GITHUB_REF##*/} \
2525 --tag ghcr.io/hyperledger/firefly-fabconnect:head \
2626 .
Original file line number Diff line number Diff line change 1616 - name : Set up Go
1717 uses : actions/setup-go@v4
1818 with :
19- go-version : " 1.22 "
19+ go-version : " 1.23 "
2020 check-latest : true
2121
2222 - name : Build and Test
4343 --label build_date=$(date -u +"%Y-%m-%dT%H:%M:%SZ") \
4444 --label tag=${{ steps.build_tag_generator.outputs.BUILD_TAG }} \
4545 --build-arg BASE_IMAGE=alpine:3.19 \
46- --build-arg BUILD_IMAGE=golang:1.22 -alpine3.19 \
46+ --build-arg BUILD_IMAGE=golang:1.23 -alpine3.19 \
4747 --tag ghcr.io/hyperledger/firefly-fabconnect:${{ steps.build_tag_generator.outputs.BUILD_TAG }} .
You can’t perform that action at this time.
0 commit comments