Skip to content

Commit

Permalink
chore: bump go version number in go.mod
Browse files Browse the repository at this point in the history
Ensure the version number is compatible with the go.mod version
standard. This fixes a problem with CodeQL scans in the CI system.

https://go.dev/doc/toolchain#version
  • Loading branch information
smlx committed May 6, 2024
1 parent 2b77486 commit cba4157
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/uselagoon/ssh-portal

go 1.22
go 1.22.2

require (
github.com/MicahParks/keyfunc/v2 v2.1.0
Expand Down

0 comments on commit cba4157

Please sign in to comment.