Skip to content

Commit

Permalink
Use golang 1.21 due to imcompatibilities with libc 2.31
Browse files Browse the repository at this point in the history
  • Loading branch information
athos-ribeiro committed Oct 23, 2024
1 parent fb57abd commit fa6cd8e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Build-Depends: debhelper-compat (= 12),
dh-golang,
go-md2man,
golang-1.22-go,
golang-1.21-go,
libapparmor-dev,
libseccomp-dev,
pkg-config,
Expand Down
4 changes: 2 additions & 2 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ export DH_GOPKG := github.com/opencontainers/runc
TAGS=apparmor seccomp selinux ambient
VERSION=$(shell dpkg-parsechangelog -SVersion)

# Build with Golang 1.22
export PATH := /usr/lib/go-1.22/bin:$(PATH)
# Build with Golang 1.21
export PATH := /usr/lib/go-1.21/bin:$(PATH)

export GO111MODULE := off
export GOCACHE := $(CURDIR)/.cache
Expand Down

0 comments on commit fa6cd8e

Please sign in to comment.