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

Commit 008380b

Browse files
Migrate (#16)
* update cid * fix unmarshal * bad rename * migrate project * lints
1 parent 487d633 commit 008380b

26 files changed

+220
-438
lines changed

.github/ISSUE_TEMPLATE/bug-report.md

Lines changed: 0 additions & 31 deletions
This file was deleted.

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set up Go
2121
uses: actions/setup-go@v3
2222
with:
23-
go-version: 1.23.2
23+
go-version: 1.23.3
2424

2525
- name: Install Mage
2626
run: go install github.com/magefile/mage
@@ -35,7 +35,7 @@ jobs:
3535
- name: Set up Go
3636
uses: actions/setup-go@v3
3737
with:
38-
go-version: 1.23.2
38+
go-version: 1.23.3
3939

4040
- name: Install Mage
4141
run: go install github.com/magefile/mage

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- uses: actions/setup-go@v3
1717
with:
18-
go-version: 1.23.2
18+
go-version: 1.23.3
1919
- uses: actions/checkout@v3
2020
- name: golangci-lint
2121
uses: golangci/golangci-lint-action@v3

.github/workflows/security.yml

Lines changed: 0 additions & 22 deletions
This file was deleted.

CODE_OF_CONDUCT.md

Lines changed: 0 additions & 136 deletions
This file was deleted.

CONTRIBUTING.md

Lines changed: 0 additions & 121 deletions
This file was deleted.

0 commit comments

Comments
 (0)