act
act copied to clipboard
Issue: Can't seem to build...
$ make build
go build -ldflags "-X main.version=6afcbd7-dirty" -o dist/local/act main.go
# github.com/go-git/go-git/v5/utils/trace
../../go/pkg/mod/github.com/go-git/go-git/[email protected]/utils/trace/trace.go:15:17: undefined: atomic.Int32
note: module requires Go 1.19
# github.com/docker/cli/cli/connhelper/commandconn
../../go/pkg/mod/github.com/docker/[email protected]+incompatible/cli/connhelper/commandconn/commandconn.go:71:22: undefined: atomic.Bool
../../go/pkg/mod/github.com/docker/[email protected]+incompatible/cli/connhelper/commandconn/commandconn.go:76:22: undefined: atomic.Bool
../../go/pkg/mod/github.com/docker/[email protected]+incompatible/cli/connhelper/commandconn/commandconn.go:77:22: undefined: atomic.Bool
../../go/pkg/mod/github.com/docker/[email protected]+incompatible/cli/connhelper/commandconn/commandconn.go:78:22: undefined: atomic.Bool
# github.com/klauspost/compress/zstd
../../go/pkg/mod/github.com/klauspost/[email protected]/zstd/dict.go:479:32: binary.LittleEndian.AppendUint32 undefined (type binary.littleEndian has no field or method AppendUint32)
../../go/pkg/mod/github.com/klauspost/[email protected]/zstd/dict.go:490:32: binary.LittleEndian.AppendUint32 undefined (type binary.littleEndian has no field or method AppendUint32)
../../go/pkg/mod/github.com/klauspost/[email protected]/zstd/dict.go:491:32: binary.LittleEndian.AppendUint32 undefined (type binary.littleEndian has no field or method AppendUint32)
../../go/pkg/mod/github.com/klauspost/[email protected]/zstd/dict.go:492:32: binary.LittleEndian.AppendUint32 undefined (type binary.littleEndian has no field or method AppendUint32)
make: *** [Makefile:26: build] Error 2
Ah, seems I need go 1.19...
$ go version
go version go1.18.1 linux/amd64
Issue is stale and will be closed in 14 days unless there is new activity