Commit Graph

17 Commits

Author SHA1 Message Date
Garrett D'Amore 7f837ee12c Test on 1.18 (oldest supported Go version). 2023-02-19 10:18:54 -08:00
dependabot[bot] d8866de450 Bump codecov/codecov-action from 3.1.0 to 3.1.1
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3.1.0 to 3.1.1.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-action/compare/v3.1.0...v3.1.1)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-15 08:56:08 -07:00
Garrett D'Amore 3f5bfde5ba fix coverage 2022-08-31 11:20:37 -07:00
Garrett D'Amore cd95e39380
Add support for coverage. (#550) 2022-08-31 11:09:04 -07:00
dependabot[bot] fba1334b37
Bump actions/setup-go from 2.1.5 to 3 (#516)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2.1.5 to 3.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/v2.1.5...v3)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-13 13:28:47 -07:00
dependabot[bot] f94c6b2ed1
Bump actions/checkout from 2.4.0 to 3 (#517)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.4.0 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2.4.0...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-13 13:28:25 -07:00
dependabot[bot] 3260e4ac43
Bump actions/setup-go from 2.1.4 to 2.1.5 (#508)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2.1.4 to 2.1.5.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/v2.1.4...v2.1.5)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-12-27 13:20:15 -08:00
dependabot[bot] e13756b889
Bump actions/checkout from 2.3.5 to 2.4.0 (#502)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.5 to 2.4.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2.3.5...v2.4.0)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-14 21:46:18 -08:00
dependabot[bot] 1adacaa894
Bump actions/checkout from 2.3.4 to 2.3.5 (#497)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 2.3.5.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2.3.4...v2.3.5)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-18 13:30:55 -07:00
dependabot[bot] edd0f2f203
Bump actions/setup-go from 2.1.3 to 2.1.4 (#483)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2.1.3 to 2.1.4.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/v2.1.3...v2.1.4)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-26 09:15:51 -07:00
Matthieu MOREL f9a5280328
Set up Dependabot (#470)
* Create dependabot.yml

* Update dependabot.yml
2021-07-29 07:31:06 -07:00
Garrett D'Amore 0b75e1e09e Add new workflows. 2021-07-17 11:27:57 -07:00
Garrett D'Amore aab872a249 Workflow for tcell Go 2019-11-14 17:43:26 -08:00
Garrett D'Amore 901f4de1e2
Insert GitHub and Tidelift sponsorship info. 2019-11-01 08:18:39 -07:00
Garrett D'Amore 3e3de19da0
Start with just Patreon for now. 2019-11-01 00:22:15 -07:00
Garrett D'Amore e38693ffb0
Fixes to FUNDING.yml 2019-11-01 00:15:04 -07:00
Garrett D'Amore 9400b55510 Create FUNDING.yml 2019-11-01 00:09:54 -07:00