Skip to content

Commit 9e76783

Browse files
authored
go1.24 + refactoring x509 (#4)
* go1.24 + refactoring x509
1 parent 3a6053a commit 9e76783

File tree

25 files changed

+995
-644
lines changed

25 files changed

+995
-644
lines changed

.github/dependabot.yml

100644100755
File mode changed.

.github/workflows/ci.yml

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
go: [ '1.21' ]
15+
go: [ '1.24' ]
1616
steps:
1717
- uses: actions/checkout@v3
1818

.github/workflows/codeql.yml

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

.gitignore

100644100755
Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
2+
.tools/
3+
bin/
4+
vendor/
5+
build/
6+
.idea/
7+
.vscode/
8+
coverage.txt
9+
coverage.out
110
*.exe
211
*.exe~
312
*.dll
@@ -8,14 +17,4 @@
817
*.mmdb
918
*.test
1019
*.out
11-
12-
.idea/
13-
.vscode/
14-
.tools/
15-
16-
coverage.txt
17-
coverage.out
18-
19-
bin/
20-
vendor/
21-
build/
20+
.env

0 commit comments

Comments
 (0)