Skip to content

Commit db35f55

Browse files
committed
update readme, add test coverage
1 parent 64f520a commit db35f55

18 files changed

Lines changed: 1592 additions & 38 deletions

File tree

.github/FUNDING.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
# These are supported funding model platforms
22

3-
github: markbates
4-
patreon: buffalo
3+
github: gopherguides

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ${{ matrix.os }}
88
strategy:
99
matrix:
10-
go-version: [1.14.x, 1.15.x]
10+
go-version: [1.24.x]
1111
os: [macos-latest, ubuntu-latest]
1212
steps:
1313
- name: Checkout Code

0 commit comments

Comments
 (0)