Skip to content

Update go chia libs to 0.11.1 to fix uint128 marshaling issue (#17) #32

Update go chia libs to 0.11.1 to fix uint128 marshaling issue (#17)

Update go chia libs to 0.11.1 to fix uint128 marshaling issue (#17) #32

Workflow file for this run

name: Build Docker Images
on:
push:
branches:
- main
tags:
- '**'
pull_request:
jobs:
package:
uses: Chia-Network/actions/.github/workflows/docker-build.yaml@main
with:
push: ${{ github.event_name != 'pull_request' }}