Skip to content

Commit

Permalink
Update to go 1.23.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jrouzierinverse committed Feb 5, 2025
1 parent aa047c4 commit 2d8912f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config.mk
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ LOCAL_REGISTRY = packetfence
#
# Golang
#
GOVERSION = go1.23.4
GOVERSION = go1.23.6
PF_BINARIES = pfhttpd pfqueue-go pfdhcp pfdns pfstats pfdetect galera-autofix pfacct pfcron mysql-probe pfconnector sdnotify-proxy
PF_GO_CMDS = pfcrypt pfkafka

Expand Down
2 changes: 1 addition & 1 deletion go/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/inverse-inc/packetfence/go

go 1.23.4
go 1.23.6

require (
github.com/Azure/azure-sdk-for-go v68.0.0+incompatible // indirect
Expand Down

0 comments on commit 2d8912f

Please sign in to comment.