Skip to content

Commit

Permalink
goppy v2 as single package
Browse files Browse the repository at this point in the history
  • Loading branch information
markus621 committed Sep 28, 2024
1 parent f2c5f5e commit 0c90a0f
Show file tree
Hide file tree
Showing 370 changed files with 6,658 additions and 15,311 deletions.
2 changes: 1 addition & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#custom: ['https://osspkg.com/donate'] # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
custom: ['https://osspkg.com/donate'] # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: [ '1.20', '1.21' ]
go: [ '1.22', '1.23' ]
steps:
- uses: actions/checkout@v3

Expand Down
37 changes: 0 additions & 37 deletions .github/workflows/codeql.yml

This file was deleted.

10 changes: 8 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,14 @@
*.dll
*.so
*.dylib
*.test
*.out
*.db
*.db-shm
*.db-wal
*.db-journal
*.dev.yaml
*.mmdb
*.test
*.out

.idea/
.vscode/
Expand All @@ -19,3 +22,6 @@ coverage.out
bin/
vendor/
build/

*.mmdb
.env
Loading

0 comments on commit 0c90a0f

Please sign in to comment.