Skip to content

Commit ac6a825

Browse files
fern-api[bot]mattblank11niteshsandal-merge
authored
June 2025 sdk update
Co-authored-by: fern-api <115122769+fern-api[bot]@users.noreply.github.com> Co-authored-by: Matt Blank <[email protected]> Co-authored-by: Nitesh Sandal <[email protected]>
1 parent ce24dce commit ac6a825

File tree

615 files changed

+281056
-114963
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

615 files changed

+281056
-114963
lines changed

.fernignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,6 @@
22

33
README.md
44
LICENSE
5+
internal/query.go
6+
client/client.go
7+
client/client_test.go

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- name: Checkout repo
10-
uses: actions/checkout@v3
10+
uses: actions/checkout@v4
1111

1212
- name: Set up go
1313
uses: actions/setup-go@v4
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Checkout repo
21-
uses: actions/checkout@v3
21+
uses: actions/checkout@v4
2222

2323
- name: Set up go
2424
uses: actions/setup-go@v4

0 commit comments

Comments
 (0)