-
Notifications
You must be signed in to change notification settings - Fork 1
chore: Rename realm occurrences to Atlas App Services & update Go version #4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 5 commits
d18b411
915b48a
018207a
44903e1
da114db
1747e6a
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: MongoDB Realm Support | ||
- name: MongoDB Atlas App Services Support | ||
url: https://support.mongodb.com/ | ||
about: Support is provided under MongoDB support plans. Please submit support questions within the Realm UI. | ||
- name: MongoDB Realm | ||
url: https://www.mongodb.com/realm | ||
about: Learn more about MongoDB Realm | ||
- name: MongoDB MongoDB Atlas App Services | ||
url: https://www.mongodb.com/docs/atlas/app-services/ | ||
about: Learn more about MongoDB MongoDB Atlas App Services |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ jobs: | |
- name: Install Go | ||
uses: actions/setup-go@v5 | ||
with: | ||
go-version: 1.18 | ||
go-version: 1.23 | ||
- name: lint | ||
uses: golangci/[email protected] | ||
with: | ||
|
@@ -27,8 +27,8 @@ jobs: | |
strategy: | ||
matrix: | ||
golang: | ||
- 1.18 | ||
- 1.19 | ||
- 1.23 | ||
|
||
steps: | ||
- name: Checkout repository | ||
uses: actions/checkout@v4 | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Maintained by the MongoDB APIx-Integrations team | ||
* @mongodb-labs/apix-integrations |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
module go.mongodb.org/realm | ||
module go.mongodb.org/atlas-appservices | ||
|
||
go 1.18 | ||
go 1.23 | ||
|
||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. as this is a module to be used by other programs, consider defining There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @lantoli can you educate me a bit on what exactly is the benefit of that? |
||
require ( | ||
github.com/go-test/deep v1.1.1 | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
are we using COVERAGE?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
GOLANCI_VERSION can be updated to v1.62.2 as in TF repo
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes
done