Will Norris
b328d1a467
dependabot: back off to monthly
2021-02-18 10:41:17 -08:00
Will Norris
762e5cf299
actions: print go version being used
2021-02-18 09:01:35 -08:00
Will Norris
e307e617d6
bump go version in Dockerfile and tests for go1.16
2021-02-18 08:50:53 -08:00
Will Norris
87f0c62a3e
actions: bump to actions/cache@v2
2021-02-11 14:45:05 -08:00
Will Norris
bb65766878
actions: only update test coverage on recent go version
2021-02-11 14:45:05 -08:00
Will Norris
f41a60b471
actions: update which go versions we test with
...
bump to 1.x and 1.14.x, the two most recent major go versions. Also add
go1.11 on linux, which should still work, but is not actually supported.
2021-02-11 14:45:05 -08:00
Will Norris
dd798db002
dependabot: move to weekly updates
2021-01-20 11:43:59 -08:00
dependabot-preview[bot]
7c98d50e98
Create Dependabot config file
2021-01-13 10:37:49 -08:00
Will Norris
31e8faa098
codecov token not required for public repos
2021-01-13 09:10:47 -08:00
Will Norris
66c549e07b
Setup GitHub Action for code scanning ( #247 )
2020-09-16 12:39:41 -07:00
Will Norris
84ae42bcde
golangci: enable additional checks
2020-09-09 23:28:59 -07:00
Will Norris
9f2d0f0dbc
add github action for golangci
2020-09-09 22:44:48 -07:00
Will Norris
bfb3289bd5
update default branch to master
...
- fix URL for CI badge in README
- add actions workflow to push 'main' branch to 'latest' docker image
2020-06-21 17:50:32 +00:00
Will Norris
7de7100f6c
actions: set timeout for uploading to codecov
...
codecov is sometimes slow to respond, and it's not worth holding up the
test suite for.
2020-04-04 06:24:34 +00:00
Will Norris
8d8c59a928
bump go version
...
- build docker image with go1.14
- test with go1.14 and go1.13
- also run `go mod tidy` to pick up a missed go.sum record
2020-04-04 06:21:35 +00:00
Will Norris
65aeb787ac
actions: publish docker images on new git tags
2020-04-04 05:44:31 +00:00
Will Norris
3bdd0fe8ed
actions: always test with latest go version
2020-01-26 23:13:24 +00:00
Will Norris
c2dd079584
update github actions config
...
- combine windows and linux configs into a single matrix, now that
actions/cache handles file paths properly
- update to latest actions/checkout and codecov actions
2020-01-26 21:16:19 +00:00
Will Norris
6d25a48f48
use simple bash command for codecov
2019-11-04 06:30:42 +00:00
Will Norris
5c76261bfd
github actions: cache go modules; disable travis
...
This is mostly an experiment, but I think it will work well. GitHub
Actions provides MacOS and Windows builds (though I'm only adding in
Windows at the moment), and cleaner integration. Builds also seem to be
completing faster than Travis.
2019-11-02 11:39:05 -07:00
Will Norris
8ae8c1b2ea
run tests using GitHub Actions
2019-11-01 19:11:05 -07:00