9 Commits

Author SHA1 Message Date
M. J. Fromberger
687b44867e Update module dependencies.
- github.com/creachadair/otp to v0.4.0
- golang.org/x/crypto to v0.1.0
- Update go mod vendor
- Update gofmt (changes from 1.19)
- Update CI configuration.
- Fix CI status badge.

No functional changes.
2022-11-07 17:27:16 -05:00
Pierre Carrier
214e203867 .github: use goreleaser@v3 2022-07-03 20:41:30 +02:00
M. J. Fromberger
9f120664a3
Fix CI configuration. (#59) 2022-06-11 18:09:11 -07:00
Hangkun Ung
85269f2746 Detect tag changes (#2) 2022-02-20 22:01:43 -05:00
Hangkun Ung
31632acfad Goreleaser (#1)
* Init

* Add config file

* Update x/sys to support windows arm64

* Release if tag

* asdf

* asdfa

* asdf
2022-02-20 22:01:43 -05:00
M. J. Fromberger
656898bb52 Update Go versions in CI.
Include Go 1.16 and 1.17, drop 1.11 and 1.12.
2022-01-31 22:38:50 -05:00
Pierre Carrier
ba51841548 GitHub workflows, README: rename master to main 2021-01-28 22:03:07 -05:00
M. J. Fromberger
457efa2520 Override staticcheck version for older Go releases. 2021-01-27 12:28:22 -08:00
M. J. Fromberger
8e211fc2dd Convert CI from Travis to GitHub Actions.
The performance of GitHub Actions is faster and more consistent than the free
tier of Travis CI. Build, lint, tests, and staticcheck for the same versions of
Go using Actions instead.
2020-10-29 16:05:23 -04:00