[GH-ISSUE #2207] Error upgrading to act 0.2.59 from 0.2.57 on Arch #1043

Closed
opened 2026-03-01 21:48:27 +03:00 by kerem · 1 comment
Owner

Originally created by @ThatOneCalculator on GitHub (Feb 5, 2024).
Original GitHub issue: https://github.com/nektos/act/issues/2207

Bug report info

When upgrading from 0.2.57 to 0.2.59 on Arch Linux, the build fails:

==> Starting build()...
go: downloading golang.org/x/term v0.16.0
go: downloading github.com/moby/buildkit v0.12.5
go: downloading github.com/opencontainers/image-spec v1.1.0-rc3
go: downloading golang.org/x/sys v0.16.0
go: downloading github.com/opencontainers/runc v1.1.12
go: downloading github.com/cloudflare/circl v1.3.7
/home/kainoa/go/pkg/mod/github.com/mattn/go-isatty@v0.0.20/isatty_tcgets.go:8:8: GOPROXY list is not the empty string, but contains no entries
/home/kainoa/go/pkg/mod/github.com/!alec!aivazis/survey/v2@v2.3.7/renderer.go:8:2: GOPROXY list is not the empty string, but contains no entries
/home/kainoa/go/pkg/mod/github.com/docker/docker-credential-helpers@v0.7.0/client/command.go:8:2: GOPROXY list is not the empty string, but contains no entries
/home/kainoa/go/pkg/mod/github.com/docker/docker@v24.0.7+incompatible/api/types/registry/registry.go:7:2: GOPROXY list is not the empty string, but contains no entries
/home/kainoa/go/pkg/mod/github.com/docker/docker@v24.0.7+incompatible/pkg/idtools/idtools_unix.go:17:2: GOPROXY list is not the empty string, but contains no entries
pkg/container/docker_build.go:15:2: GOPROXY list is not the empty string, but contains no entries
/home/kainoa/go/pkg/mod/github.com/!proton!mail/go-crypto@v0.0.0-20230828082145-3c4c8a2d2371/openpgp/internal/ecc/curve25519.go:9:2: GOPROXY list is not the empty string, but contains no entries
/home/kainoa/go/pkg/mod/github.com/!proton!mail/go-crypto@v0.0.0-20230828082145-3c4c8a2d2371/openpgp/internal/ecc/x448.go:9:2: GOPROXY list is not the empty string, but contains no entries
/home/kainoa/go/pkg/mod/github.com/!proton!mail/go-crypto@v0.0.0-20230828082145-3c4c8a2d2371/openpgp/internal/ecc/ed25519.go:9:2: GOPROXY list is not the empty string, but contains no entries
/home/kainoa/go/pkg/mod/github.com/!proton!mail/go-crypto@v0.0.0-20230828082145-3c4c8a2d2371/openpgp/internal/ecc/ed448.go:9:2: GOPROXY list is not the empty string, but contains no entries
/home/kainoa/go/pkg/mod/golang.org/x/crypto@v0.17.0/blake2b/blake2bAVX2_amd64.go:9:8: GOPROXY list is not the empty string, but contains no entries
==> ERROR: A failure occurred in build().
    Aborting...
Originally created by @ThatOneCalculator on GitHub (Feb 5, 2024). Original GitHub issue: https://github.com/nektos/act/issues/2207 ### Bug report info When upgrading from 0.2.57 to 0.2.59 on Arch Linux, the build fails: ``` ==> Starting build()... go: downloading golang.org/x/term v0.16.0 go: downloading github.com/moby/buildkit v0.12.5 go: downloading github.com/opencontainers/image-spec v1.1.0-rc3 go: downloading golang.org/x/sys v0.16.0 go: downloading github.com/opencontainers/runc v1.1.12 go: downloading github.com/cloudflare/circl v1.3.7 /home/kainoa/go/pkg/mod/github.com/mattn/go-isatty@v0.0.20/isatty_tcgets.go:8:8: GOPROXY list is not the empty string, but contains no entries /home/kainoa/go/pkg/mod/github.com/!alec!aivazis/survey/v2@v2.3.7/renderer.go:8:2: GOPROXY list is not the empty string, but contains no entries /home/kainoa/go/pkg/mod/github.com/docker/docker-credential-helpers@v0.7.0/client/command.go:8:2: GOPROXY list is not the empty string, but contains no entries /home/kainoa/go/pkg/mod/github.com/docker/docker@v24.0.7+incompatible/api/types/registry/registry.go:7:2: GOPROXY list is not the empty string, but contains no entries /home/kainoa/go/pkg/mod/github.com/docker/docker@v24.0.7+incompatible/pkg/idtools/idtools_unix.go:17:2: GOPROXY list is not the empty string, but contains no entries pkg/container/docker_build.go:15:2: GOPROXY list is not the empty string, but contains no entries /home/kainoa/go/pkg/mod/github.com/!proton!mail/go-crypto@v0.0.0-20230828082145-3c4c8a2d2371/openpgp/internal/ecc/curve25519.go:9:2: GOPROXY list is not the empty string, but contains no entries /home/kainoa/go/pkg/mod/github.com/!proton!mail/go-crypto@v0.0.0-20230828082145-3c4c8a2d2371/openpgp/internal/ecc/x448.go:9:2: GOPROXY list is not the empty string, but contains no entries /home/kainoa/go/pkg/mod/github.com/!proton!mail/go-crypto@v0.0.0-20230828082145-3c4c8a2d2371/openpgp/internal/ecc/ed25519.go:9:2: GOPROXY list is not the empty string, but contains no entries /home/kainoa/go/pkg/mod/github.com/!proton!mail/go-crypto@v0.0.0-20230828082145-3c4c8a2d2371/openpgp/internal/ecc/ed448.go:9:2: GOPROXY list is not the empty string, but contains no entries /home/kainoa/go/pkg/mod/golang.org/x/crypto@v0.17.0/blake2b/blake2bAVX2_amd64.go:9:8: GOPROXY list is not the empty string, but contains no entries ==> ERROR: A failure occurred in build(). Aborting... ```
kerem 2026-03-01 21:48:27 +03:00
  • closed this issue
  • added the
    kind/bug
    label
Author
Owner

@ThatOneCalculator commented on GitHub (Feb 7, 2024):

Non-issue, turns out it was a problem with how Go was set up on my system

<!-- gh-comment-id:1932733269 --> @ThatOneCalculator commented on GitHub (Feb 7, 2024): Non-issue, turns out it was a problem with how Go was set up on my system
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/act#1043
No description provided.