Skip to content

Commit

Permalink
build(deps): update dependency go to v1.23.0 (#276)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 14, 2024
1 parent 8a60f45 commit f5c4584
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ body:
description: What version of the library are you using or which versions do you see the issue in?
multiple: true
options:
- 0.11.1
- 0.11.0
- 0.10.2
- 0.10.1
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
go:
- '1.21'
- '1.22'
- '1.23'
fail-fast: false
steps:
- name: Harden Runner
Expand Down
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,8 +1,8 @@
module github.com/go-webauthn/webauthn

go 1.22
go 1.23

toolchain go1.22.6
toolchain go1.23.0

require (
github.com/fxamacker/cbor/v2 v2.7.0
Expand Down

0 comments on commit f5c4584

Please sign in to comment.