Skip to content

Commit

Permalink
project updates
Browse files Browse the repository at this point in the history
  • Loading branch information
caffix committed Mar 31, 2023
1 parent 3e1d8da commit 565dd35
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# These are supported funding model platforms

github: [caffix]
custom: ["https://www.buymeacoffee.com/caffix", "https://www.paypal.me/caffix", "https://venmo.com/caffix", "https://cash.app/$caffix"]
custom: ["https://www.buymeacoffee.com/caffix"]
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
os: [ "ubuntu-latest", "macos-latest", "windows-latest" ]
go-version: [ "1.18" ]
go-version: [ "1.19" ]
runs-on: ${{ matrix.os }}
steps:
-
Expand Down Expand Up @@ -39,7 +39,7 @@ jobs:
- name: setup Go
uses: actions/setup-go@v3
with:
go-version: 1.18
go-version: 1.19
- name: checkout
uses: actions/checkout@v3
- name: measure coverage
Expand Down
11 changes: 1 addition & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,9 @@
[![Maintainability](https://api.codeclimate.com/v1/badges/3441c8c6f7310dc0c3b9/maintainability)](https://codeclimate.com/github/caffix/stringset/maintainability)
[![Codecov](https://codecov.io/gh/caffix/stringset/branch/master/graph/badge.svg)](https://codecov.io/gh/caffix/stringset)

[![Follow on Twitter](https://img.shields.io/twitter/follow/jeff_foley.svg?logo=twitter)](https://twitter.com/jeff_foley)
[![Chat](https://img.shields.io/discord/433729817918308352.svg?logo=discord&style=flat-square)](https://discord.gg/rtN8GMd)
[![LinkedIn](https://img.shields.io/badge/-jeff%20foley-blue?style=flat-square&logo=Linkedin&logoColor=white&link=https://www.linkedin.com/in/caffix/)](https://www.linkedin.com/in/caffix/)
[![Buy Me A Coffee](https://img.shields.io/badge/buy%20me%20a%20coffee-%23FFDD00.svg?&style=flat&logo=buy%20me%20a%20coffee&logoColor=black)](https://www.buymeacoffee.com/caffix)
[![PayPal](https://img.shields.io/badge/paypal-%2300457C.svg?&style=flat&logo=paypal&logoColor=white)](https://www.paypal.me/caffix)
[![Venmo](https://img.shields.io/badge/venmo-%233D95CE.svg?&style=flat&logo=venmo&logoColor=white)](https://venmo.com/caffix)
[![Cash App](https://img.shields.io/badge/-cash_app-00C244?style=flat-square&logo=cashapp&logoColor=fff)](https://cash.app/$caffix)
[![GitHub Sponsors](https://img.shields.io/badge/github%20sponsors-%23EA4AAA.svg?&style=flat&logo=github%20sponsors&logoColor=white)](https://github.com/sponsors/caffix)

# String Set

## Contributors
## Other Contributors

* [Anthony Rhodes](https://github.com/fork-while-fork) aka `fork-while-fork`
[![Follow on Twitter](https://img.shields.io/twitter/follow/fork_while_fork.svg?logo=twitter)](https://twitter.com/fork_while_fork)
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/caffix/stringset

go 1.18
go 1.19

require github.com/dgraph-io/badger v1.6.2

Expand Down

0 comments on commit 565dd35

Please sign in to comment.