mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-02-09 11:45:14 +01:00
fix: keep go 1.21.
This commit is contained in:
parent
cbddd56f39
commit
ac8eec933b
1 changed files with 1 additions and 1 deletions
2
go.mod
2
go.mod
|
@ -1,6 +1,6 @@
|
||||||
module github.com/roddhjav/apparmor.d
|
module github.com/roddhjav/apparmor.d
|
||||||
|
|
||||||
go 1.22
|
go 1.21
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/stretchr/testify v1.9.0
|
github.com/stretchr/testify v1.9.0
|
||||||
|
|
Loading…
Reference in a new issue