Skip to content

Commit f75ae7d

Browse files
committed
chore: bump go version and add contributing docs
1 parent 534feab commit f75ae7d

File tree

6 files changed

+18
-1
lines changed

6 files changed

+18
-1
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* text=auto eol=lf

.go-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
1.25

CODE_OF_CONDUCT.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Code of Conduct
2+
3+
Please defer to the [GitHub Contributor Code of Conduct](https://github.com/github/.github/blob/master/CODE_OF_CONDUCT.md).

CONTRIBUTING.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Contributing
2+
3+
Please defer to the [GitHub Contributing document](https://github.com/github/.github/blob/master/CONTRIBUTING.md).

SECURITY.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Security
2+
3+
**Do not report vulnerabilities through public GitHub issues, discussions, pull requests, or any other public form of communication.**
4+
5+
Please directly email <security@forwardemail.net> to report vulnerabilities. Depending on the severity of the vulnerability, and to our sole discretion, we may choose to award a bug bounty for the vulnerability disclosure.
6+
7+
To send us a PGP encrypted email, download our key at <https://forwardemail.net/.well-known/openpgpkey/hu/mxqp8ogw4jfq83a58pn1wy1ccc1cx3f5.asc>
8+
9+
See our signed [security.txt](https://securitytxt.org/) file at <https://forwardemail.net/security.txt> for more insight.

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module github.com/forwardemail/forwardemail-api-go
22

3-
go 1.23.3
3+
go 1.25.6
44

55
require github.com/google/go-cmp v0.6.0

0 commit comments

Comments
 (0)