fix: keep go 1.21.

This commit is contained in:
Alexandre Pujol 2024-04-28 00:39:24 +01:00
parent cbddd56f39
commit ac8eec933b
Failed to generate hash of commit

2
go.mod
View file

@ -1,6 +1,6 @@
module github.com/roddhjav/apparmor.d
go 1.22
go 1.21
require (
github.com/stretchr/testify v1.9.0