Skip to content

Commit

Permalink
build: update target go version
Browse files Browse the repository at this point in the history
  • Loading branch information
james-d-elliott committed Feb 8, 2024
1 parent df08b14 commit 56ccbed
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@ jobs:
strategy:
matrix:
go:
- '1.18'
- '1.19'
- '1.20'
- '1.21'
- '1.22'
fail-fast: false
steps:
- name: Set up Go ${{ matrix.go }}
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,9 @@ go where their backwards compatibility when upgrading the compile tools is usual
This policy means that users who wish to build this with older versions of go may find there are features being used
which are not available in that version. The current intentionally supported versions of go are as follows:

- go 1.22
- go 1.21
- go 1.20
- go 1.19
- go 1.18

## Status

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.21
go 1.22

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

0 comments on commit 56ccbed

Please sign in to comment.