Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f44c3ee

Browse files
authoredSep 13, 2023
1.0 release (#24)
1.0 release --------- Signed-off-by: Mark Nelson <[email protected]>
1 parent ae0a119 commit f44c3ee

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+4824
-14244
lines changed
 

‎.dockerignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
oraclelinux
2+
alpline
3+
.*
4+
tests
5+
*-example.toml
6+
.golangci.yml
7+
*.md
8+
*.pc
9+
dist

‎.github/dependabot.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "gomod"
4+
directory: "/"
5+
schedule:
6+
# Check for updates to GitHub Actions every weekday
7+
interval: "daily"

0 commit comments

Comments
 (0)
Please sign in to comment.