Skip to content

Commit 9fd1cdf

Browse files
authored
fix: Update GoLang to 1.22.4 (#112)
Fixes CVE-2024-24789 and CVE-2024-24790
1 parent bb75a0a commit 9fd1cdf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.mise.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tools]
2-
go = "1.22.3"
2+
go = "1.22.4"
33
watchexec = "latest"
44
"go:github.com/golangci/golangci-lint/cmd/golangci-lint" = "1.58.1"
55
"go:golang.org/x/tools/cmd/goimports" = "latest"

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/madsrc/sophrosyne
22

3-
go 1.22.3
3+
go 1.22.4
44

55
require (
66
github.com/cedar-policy/cedar-go v0.0.0-20240429205519-77c610b20627

0 commit comments

Comments
 (0)