Skip to content

Commit

Permalink
build: add go 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
james-d-elliott committed Oct 1, 2023
1 parent dc095d0 commit c913a8f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
- '1.18'
- '1.19'
- '1.20'
- '1.21'
fail-fast: false
steps:
- name: Set up Go ${{ matrix.go }}
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.20"
"go": "1.21"
},
"extends": [
"config:base",
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/go-webauthn/webauthn

go 1.20
go 1.21

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

0 comments on commit c913a8f

Please sign in to comment.