From 565dd35de4ab7a1868f70011b9f58b88de67491a Mon Sep 17 00:00:00 2001 From: caffix Date: Fri, 31 Mar 2023 13:35:07 -0400 Subject: [PATCH] project updates --- .github/FUNDING.yml | 2 +- .github/workflows/go.yml | 4 ++-- README.md | 11 +---------- go.mod | 2 +- 4 files changed, 5 insertions(+), 14 deletions(-) diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 6503495..8564248 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -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"] \ No newline at end of file +custom: ["https://www.buymeacoffee.com/caffix"] \ No newline at end of file diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 94a8233..8a83b74 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -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: - @@ -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 diff --git a/README.md b/README.md index 684e14f..16ef687 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/go.mod b/go.mod index 82dfd0c..f0711d5 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/caffix/stringset -go 1.18 +go 1.19 require github.com/dgraph-io/badger v1.6.2