Skip to content

Bump github.com/docker/docker from 20.10.23+incompatible to 24.0.7+incompatible #5329

Bump github.com/docker/docker from 20.10.23+incompatible to 24.0.7+incompatible

Bump github.com/docker/docker from 20.10.23+incompatible to 24.0.7+incompatible #5329

Workflow file for this run

name: Build HORNET
on:
pull_request:
paths-ignore:
- 'documentation/**'
- 'nfpm/**'
- 'private_tangle/**'
- 'scripts/**'
- 'tools/**'
jobs:
build:
name: Build HORNET
runs-on: self-hosted
steps:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.21"
id: go
- name: Print Go version
run: go version
- name: Check out code into the Go module directory
uses: actions/checkout@v3
- name: Build HORNET
run: go build -v .