Commit Graph

14 Commits

Author SHA1 Message Date
aswin-in-philips 3564847ff4 changing file names 2022-05-05 14:08:41 +05:30
aswin-in-philips 941beae21c removing cd files 2022-05-03 13:19:12 +05:30
aswin-in-philips 39a36b8824 adding trigger workflow and release-candidate 2022-05-02 18:09:53 +05:30
praneethsandra 17a4b2078c
Update ci.yaml 2021-05-03 12:20:08 +05:30
praneethsandra e2bfb84a9a
Update ci.yaml 2021-05-03 12:15:46 +05:30
praneethsandra cbd4fc1da5
Update ci.yaml 2021-05-03 11:33:57 +05:30
praneethsandra d25d5b4a8c
Update ci.yaml 2021-05-03 11:30:57 +05:30
Joel Speed d1e7ae6f11
Don't download dependencies using go mod 2021-02-19 11:31:00 +00:00
Joel Speed 5fe947eb07
Update go version to 1.16
This includes a fix for our samesite cookie parsing. The behaviour
changed in 1.16 so that the default value now leaves it empty, so it's
equivalent to not setting it (as per spec)
2021-02-19 11:30:58 +00:00
Joel Speed 9cea4ea89b
Update golangci-lint version in CI workflow 2021-02-17 20:25:37 +00:00
Joel Speed eb129a342c
Ensure code is generated during CI 2021-01-18 09:56:07 +00:00
Joel Speed b848663a3d
Move test script to workflows folder 2020-10-07 18:48:11 +01:00
Mitsuo Heijo f705d2b5d3
Improve CI (#819)
* simplify github actions workflow

no more GOPATH, update Go to 1.15.x

* add script to install golangci-lint

* drop support for Go 1.14

* check docker build in ci

* update alpine linux to 3.12

* update CHANGELOG

* fix golangci-lint installation

Co-authored-by: Joel Speed <Joel.speed@hotmail.co.uk>
2020-10-07 18:46:41 +01:00
Shinebayar G dc7dbc5d28
ci: migrate to Github Actions, close #546 (#750)
* ci: migrate to Github Actions

* ci: optimize on feedback

* ci: run gocov in correct dir

* ci: running after-build script always

* ci: giving test script execute permission

* ci: correct error handling on test script

* ci: more verbose test script

* ci: configure CC_TEST_REPORTER_ID env

* ci: check existence of CC_TEST_REPORT_ID variable, skip if unset

* ci: check existence of CC_TEST_REPORT_ID variable, skip if unset

* update changelog

* Update CHANGELOG.md

Co-authored-by: Joel Speed <Joel.speed@hotmail.co.uk>
2020-10-05 10:29:47 +01:00