Skip to content

Commit

Permalink
build(deps): update dependency go to v1.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and james-d-elliott committed Aug 14, 2024
1 parent 43e7e72 commit 1447997
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .renovaterc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"constraints": {
"go": "1.22"
"go": "1.23"
},
"extends": [
"config:base",
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module github.com/go-webauthn/x

go 1.22
go 1.23

toolchain go1.22.6
toolchain go1.23.0

require golang.org/x/crypto v0.26.0

0 comments on commit 1447997

Please sign in to comment.