Diff apptainer-1.1.8 with a apptainer-1.2.2

/usr/portage/app-containers/apptainer/apptainer-1.2.2.ebuild 2023-10-09 14:52:28.216368318 +0300
11 11

  
12 12
SLOT="0"
13 13
LICENSE="BSD"
14
KEYWORDS="amd64 ~riscv ~x86 ~amd64-linux ~x86-linux"
14
KEYWORDS="~amd64 ~riscv ~x86 ~amd64-linux ~x86-linux"
15 15
IUSE="examples +network suid systemd"
16 16

  
17 17
# Do not complain about CFLAGS etc. since go projects do not use them.
18 18
QA_FLAGS_IGNORED='.*'
19 19

  
20 20
DEPEND="app-crypt/gpgme
21
	>=dev-lang/go-1.17.6
21
	>=dev-lang/go-1.19.0
22 22
	dev-libs/openssl
23 23
	sys-apps/util-linux
24 24
	sys-fs/cryptsetup
Thank you!