File tree Expand file tree Collapse file tree 5 files changed +8
-12
lines changed
Expand file tree Collapse file tree 5 files changed +8
-12
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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",
Original file line number Diff line number Diff line change @@ -32,13 +32,9 @@ go where their backwards compatibility when upgrading the compile tools is usual
3232This policy means that users who wish to build this with older versions of go may find there are features being used
3333which 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
Original file line number Diff line number Diff line change @@ -2,11 +2,11 @@ module github.com/go-webauthn/webauthn
22
33go 1.23.0
44
5- toolchain go1.23.6
5+ toolchain go1.24.0
66
77require (
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
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c
22github.zerozr99.workers.dev/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
33github.zerozr99.workers.dev/fxamacker/cbor/v2 v2.7.0 h1:iM5WgngdRBanHcxugY4JySA0nk1wZorNOpTgCMedv5E =
44github.zerozr99.workers.dev/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 =
77github.zerozr99.workers.dev/golang-jwt/jwt/v5 v5.2.1 h1:OuVbFODueb089Lh128TAcimifWaLhJwVflnrgM17wHk =
88github.zerozr99.workers.dev/golang-jwt/jwt/v5 v5.2.1 /go.mod h1:pqrtFR0X4osieyHYxtmOUWsAWrfe1Q5UVIyoH402zdk =
99github.zerozr99.workers.dev/google/go-tpm v0.9.3 h1:+yx0/anQuGzi+ssRqeD6WpXjW2L/V0dItUayO0i9sRc =
You can’t perform that action at this time.
0 commit comments