Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • J jwt-authorizer
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Custom issue tracker
    • Custom issue tracker
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • repos
  • relengreleng
  • jwt-authorizer
  • Merge requests
  • !3

require golang-any to be 1.16 or later in debian/control

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Dzahn requested to merge work/dzahn/build-golang into main Jun 01, 2022
  • Overview 0
  • Commits 1
  • Pipelines 0
  • Changes 1

This package requires at least golang 1.16 to build.

In buster and bullseye there is only 1.15 and with that version builds fail with "package io/fs is not in GOROOT".

With 1.16 this issue is gone.

The package could be built with DIST=bullseye-backports which pulled in 1.17.

This is to prevent this issue the next time we build.

https://stackoverflow.com/questions/68752103/package-io-fs-is-not-in-goroot-while-building-the-go-project

Bug: T309646

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: work/dzahn/build-golang