Skip to content

Commit

Permalink
build(deps): Try to update the go version in the main go.mod file
Browse files Browse the repository at this point in the history
This version determines which Go version is used when running
tests, even if the tests go.mod file specifies a different
version.

This probably requires updating the dependencies further.
  • Loading branch information
hanssto committed Oct 2, 2024
1 parent 8d76fd6 commit 0884833
Showing 1 changed file with 1 addition and 1 deletion.
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/slok/sloth

go 1.19
go 1.22

require (
github.com/OpenSLO/oslo v0.2.2-0.20210629193748-b882029ce777
Expand Down

0 comments on commit 0884833

Please sign in to comment.