Skip to content

Commit

Permalink
Specify latest Go patch release in go.mod
Browse files Browse the repository at this point in the history
Annoyingly, the setup-go action we use in CI takes the exact version
number from go.mod by default, so it makes sense to keep this somewhat
more up-to-date that we might otherwise, given that it's supposed to be
a minimum version constraint and not a specific version. Sigh.
  • Loading branch information
sengi committed Apr 25, 2024
1 parent b92a033 commit c49d197
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/alphagov/router

go 1.22.0
go 1.22.2

require (
github.com/getsentry/sentry-go v0.27.0
Expand Down

0 comments on commit c49d197

Please sign in to comment.