Skip to content
This repository was archived by the owner on Dec 12, 2024. It is now read-only.

Commit f31fd07

Browse files
author
gabe
committed
update to remove deprecated bbs code
1 parent d5664e6 commit f31fd07

24 files changed

+828
-1811
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Set up Go
2424
uses: actions/setup-go@v3
2525
with:
26-
go-version: 1.22.6
26+
go-version: 1.23.2
2727

2828
- name: Install Mage
2929
run: go install github.com/magefile/mage
@@ -38,7 +38,7 @@ jobs:
3838
- name: Set up Go
3939
uses: actions/setup-go@v3
4040
with:
41-
go-version: 1.22.6
41+
go-version: 1.23.2
4242

4343
- name: Install Mage
4444
run: go install github.com/magefile/mage

.github/workflows/golangci-lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- uses: actions/setup-go@v3
1818
with:
19-
go-version: 1.22.6
19+
go-version: 1.23.2
2020
- uses: actions/checkout@v3
2121
- name: golangci-lint
2222
uses: golangci/golangci-lint-action@v3

CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ When you're ready you may:
1212

1313
| Requirement | Tested Version | Installation Instructions |
1414
|-------------|----------------|--------------------------------------------------------|
15-
| Go | 1.22.6 | [go.dev](https://go.dev/doc/tutorial/compile-install) |
15+
| Go | 1.23.2 | [go.dev](https://go.dev/doc/tutorial/compile-install) |
1616
| Mage | 1.13.0-6 | [magefile.org](https://magefile.org/) |
1717

1818
### Go
@@ -23,7 +23,7 @@ You may verify your `go` installation via the terminal:
2323

2424
```
2525
$> go version
26-
go version go1.22.6 darwin/amd64
26+
go version go1.23.2 darwin/amd64
2727
```
2828

2929
If you do not have go, we recommend installing it by:

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
⚠️ This repository is not actively being maintained. For a go SDK please look at [web5-go](https://github.com/TBD54566975/web5-go/). ⚠️
22

33
[![godoc ssi-sdk](https://img.shields.io/badge/godoc-ssi--sdk-blue)](https://pkg.go.dev/github.com/TBD54566975/ssi-sdk)
4-
[![go version 1.22.6](https://img.shields.io/badge/go_version-1.22.6-brightgreen)](https://golang.org/)
4+
[![go version 1.23.2](https://img.shields.io/badge/go_version-1.23.2-brightgreen)](https://golang.org/)
55
[![Go Report Card A+](https://goreportcard.com/badge/github.com/TBD54566975/ssi-sdk)](https://goreportcard.com/report/github.com/TBD54566975/ssi-sdk)
66
[![license Apache 2](https://img.shields.io/badge/license-Apache%202-black)](https://github.com/TBD54566975/ssi-sdk/blob/main/LICENSE)
77
[![issues](https://img.shields.io/github/issues/TBD54566975/ssi-sdk)](https://github.com/TBD54566975/ssi-sdk/issues)

crypto/bbs.go

-193
This file was deleted.

crypto/bbs_test.go

-102
This file was deleted.

0 commit comments

Comments
 (0)