Skip to content

Commit 086658d

Browse files
build(deps): update module github.com/go-webauthn/x to v0.1.18 (#386)
1 parent 0c991a5 commit 086658d

File tree

5 files changed

+8
-12
lines changed

5 files changed

+8
-12
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
strategy:
1515
matrix:
1616
go:
17-
- '1.21'
1817
- '1.22'
1918
- '1.23'
19+
- '1.24'
2020
fail-fast: false
2121
steps:
2222
- name: Harden Runner

.renovaterc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"constraints": {
4-
"go": "1.23"
4+
"go": "1.24"
55
},
66
"extends": [
77
"config:base",

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,9 @@ go where their backwards compatibility when upgrading the compile tools is usual
3232
This policy means that users who wish to build this with older versions of go may find there are features being used
3333
which are not available in that version. The current intentionally supported versions of go are as follows:
3434

35+
- go 1.24
36+
- go 1.23
3537
- go 1.22
36-
- go 1.21
37-
- ~~go 1.20~~:
38-
- Go 1.20 support has been removed due to the new toolchain directive and lack of support in Go 1.20. This directive
39-
is unfortunately being used in dependent libraries and we'd opt for ensuring we can easily obtain potential fixes
40-
to CVE's rather than backwards compatibility. A such we have lifted the version requirement and implemented the
41-
toolchain directive in our module to reflect the intended toolchain.
4238

4339
## Status
4440

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ module github.com/go-webauthn/webauthn
22

33
go 1.23.0
44

5-
toolchain go1.23.6
5+
toolchain go1.24.0
66

77
require (
88
github.com/fxamacker/cbor/v2 v2.7.0
9-
github.com/go-webauthn/x v0.1.17
9+
github.com/go-webauthn/x v0.1.18
1010
github.com/golang-jwt/jwt/v5 v5.2.1
1111
github.com/google/go-tpm v0.9.3
1212
github.com/google/uuid v1.6.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c
22
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
33
github.com/fxamacker/cbor/v2 v2.7.0 h1:iM5WgngdRBanHcxugY4JySA0nk1wZorNOpTgCMedv5E=
44
github.com/fxamacker/cbor/v2 v2.7.0/go.mod h1:pxXPTn3joSm21Gbwsv0w9OSA2y1HFR9qXEeXQVeNoDQ=
5-
github.com/go-webauthn/x v0.1.17 h1:qMYS5yariiSHG8hBiaqX8349/XZsgo61IZPpxhRQo20=
6-
github.com/go-webauthn/x v0.1.17/go.mod h1:h908bkQi8OwBokf7OqNzt4i0cbhU9uhRbEsinZsFKoA=
5+
github.com/go-webauthn/x v0.1.18 h1:9xxiKRKCHx/1R2RF+4xb1qY5QDIO0RlTmH5L02lmRH4=
6+
github.com/go-webauthn/x v0.1.18/go.mod h1:Q/uHdGGFrZ7psEcoEStYunurZuG3Z9UDZJetM8qDTtA=
77
github.com/golang-jwt/jwt/v5 v5.2.1 h1:OuVbFODueb089Lh128TAcimifWaLhJwVflnrgM17wHk=
88
github.com/golang-jwt/jwt/v5 v5.2.1/go.mod h1:pqrtFR0X4osieyHYxtmOUWsAWrfe1Q5UVIyoH402zdk=
99
github.com/google/go-tpm v0.9.3 h1:+yx0/anQuGzi+ssRqeD6WpXjW2L/V0dItUayO0i9sRc=

0 commit comments

Comments
 (0)