Skip to content

Commit

Permalink
use 1.N.P syntax in go.mod
Browse files Browse the repository at this point in the history
Signed-off-by: Kyle Johnson <kylejohnson.mn@gmail.com>
  • Loading branch information
mooseburgr committed May 31, 2024
1 parent bcdf186 commit 90b9174
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/mooseburgr/plex-utils

go 1.22
go 1.22.3

require (
github.com/GoogleCloudPlatform/functions-framework-go v1.8.1
Expand Down

1 comment on commit 90b9174

@vercel
Copy link

@vercel vercel bot commented on 90b9174 May 31, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.