Skip to content

Commit 9be92e0

Browse files
committed
Pull upstream changes, upgrade go to 1.24, add codeowners (#39)
1 parent 23024f0 commit 9be92e0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Go
1818
uses: actions/setup-go@v5
1919
with:
20-
go-version: '1.22'
20+
go-version: '1.24'
2121

2222
- name: Build
2323
env:

CODEOWNERS

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Add default reviewers for community PRs
2+
* @dfangl @joe4dev @gregfurman @dominikschubert

0 commit comments

Comments
 (0)