Skip to content

Commit 44903e1

Browse files
committed
tmp
1 parent 018207a commit 44903e1

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
blank_issues_enabled: false
22
contact_links:
3-
- name: MongoDB Realm Support
3+
- name: MongoDB Atlas App Services Support
44
url: https://support.mongodb.com/
55
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

.github/workflows/pr.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Install Go
1616
uses: actions/setup-go@v5
1717
with:
18-
go-version: 1.18
18+
go-version: 1.23
1919
- name: lint
2020
uses: golangci/[email protected]
2121
with:
@@ -27,8 +27,8 @@ jobs:
2727
strategy:
2828
matrix:
2929
golang:
30-
- 1.18
31-
- 1.19
30+
- 1.23
31+
3232
steps:
3333
- name: Checkout repository
3434
uses: actions/checkout@v4

0 commit comments

Comments
 (0)