File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
blank_issues_enabled : false
2
2
contact_links :
3
- - name : MongoDB Realm Support
3
+ - name : MongoDB Atlas App Services Support
4
4
url : https://support.mongodb.com/
5
5
about : Support is provided under MongoDB support plans. Please submit support questions within the Realm UI.
6
- - name : MongoDB Realm
7
- url : https://www.mongodb.com/realm
8
- about : Learn more about MongoDB Realm
6
+ - name : MongoDB MongoDB Atlas App Services
7
+ url : https://www.mongodb.com/docs/atlas/app-services/
8
+ about : Learn more about MongoDB MongoDB Atlas App Services
Original file line number Diff line number Diff line change 15
15
- name : Install Go
16
16
uses : actions/setup-go@v5
17
17
with :
18
- go-version : 1.18
18
+ go-version : 1.23
19
19
- name : lint
20
20
21
21
with :
27
27
strategy :
28
28
matrix :
29
29
golang :
30
- - 1.18
31
- - 1.19
30
+ - 1.23
31
+
32
32
steps :
33
33
- name : Checkout repository
34
34
uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments