Skip to content

Commit c05bdfe

Browse files
committed
go.mod: use go 1.19
The meaning of this setting is somewhat vague in the official Go docs. To my best understanding, this value mostly influences how Go toolchain deals with go.mod and go.sum files. In our case, we don't use any other go modules, so go.mod and go.sum are quite shallow, yet I guess it makes sense to have something sensible in here. Switch from 1.14 to 1.19 as at the moment this is the oldest Go version that is still supported. Signed-off-by: Kir Kolyshkin <[email protected]>
1 parent 46c2371 commit c05bdfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module github.com/seccomp/libseccomp-golang
22

3-
go 1.14
3+
go 1.19

0 commit comments

Comments
 (0)