Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: bump alpine version 3.14 #10

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

fix: bump alpine version 3.14 #10

wants to merge 1 commit into from

Conversation

peternic
Copy link

@peternic peternic commented Oct 4, 2021

The GO build fails in 3.13 due to Go version 1.15, bumping to 3.14 gives Go 1.16.

pkg/cmd/extension/manager.go:8:2: package io/fs is not in GOROOT (/usr/lib/go/src/io/fs)
exit status 1
build.go: building task bin/gh failed.

The GO build fails in 3.13 due to Go version 1.15, bumping to 3.14 gives Go 1.16.

pkg/cmd/extension/manager.go:8:2: package io/fs is not in GOROOT (/usr/lib/go/src/io/fs)
  exit status 1
  build.go: building task `bin/gh` failed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants