Skip to content

Commit ad6b178

Browse files
knecasovkgiusti
authored andcommitted
chore: set Go version to 1.26
- update go.mod - update Go prerequisite in README.md Assisted-by: Claude (claude-opus-4-6) Signed-off-by: Klara Necasova <knecasov@redhat.com>
1 parent c42e067 commit ad6b178

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
## Prerequisites
1111

12-
- Go 1.26.2 or later
12+
- Go 1.26 or later
1313
- `openssl` and `curl` available
1414
- `jq` to parse JSON output (optional)
1515
- `npx` to run `openapi-format`

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/fido-device-onboard/go-fdo-server
22

3-
go 1.26.2
3+
go 1.26
44

55
require (
66
github.com/elnormous/contenttype v1.0.4

0 commit comments

Comments
 (0)