Skip to content

Commit

Permalink
fix: Update GoLang to 1.22.4 (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
MadsRC authored Jun 9, 2024
1 parent bb75a0a commit 9fd1cdf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .mise.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tools]
go = "1.22.3"
go = "1.22.4"
watchexec = "latest"
"go:github.com/golangci/golangci-lint/cmd/golangci-lint" = "1.58.1"
"go:golang.org/x/tools/cmd/goimports" = "latest"
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/madsrc/sophrosyne

go 1.22.3
go 1.22.4

require (
github.com/cedar-policy/cedar-go v0.0.0-20240429205519-77c610b20627
Expand Down

0 comments on commit 9fd1cdf

Please sign in to comment.