aboutsummaryrefslogtreecommitdiff
path: root/.github (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused filesEuAndreh2024-08-144-173/+0
|
* update go version to 1.19Yasuhiro Matsumoto2024-01-251-2/+2
|
* use locally checked out lib in the docker jobDiego Becciolini2023-12-141-2/+1
| | | | see https://github.com/mattn/go-sqlite3/pull/1177
* Add go 1.20 to workflow matrix, remove 1.17 (#1136)Connor Hindley2023-02-151-2/+2
| | | Closes #1129
* Update expected test outputPhilip O'Toole2022-10-261-1/+1
| | | | Broken in https://github.com/mattn/go-sqlite3/pull/1085
* Add support for sqlite_math_functions tag (#1059)Levi Gruspe2022-09-171-2/+2
| | | | | Add support for SQLITE_ENABLE_MATH_FUNCTIONS compile-time option via the sqlite_math_functions build tag. Co-authored-by: Dominik Kraus <dominik.kraus@nktek.de>
* Add build tag to enable OSTRACE() loggingBen Johnson2022-08-161-1/+1
| | | | | | | This commit adds the `sqlite_os_trace` build tag which sets the `SQLITE_FORCE_OS_TRACE` and `SQLITE_DEBUG_OS_TRACE` compilation flags. This produces verbose debugging output of every operating system call made by SQLite.
* Update supported Go version to Go 1.19Aoang2022-08-151-2/+2
|
* feat: simple example of Dockerfile w/ multi-stage buildKEINOS2022-05-181-0/+22
|
* Update .github/workflows/go.yamlmattn2022-05-131-1/+1
|
* Update supported Golang version to Go 1.18Aoang2022-05-131-3/+3
|
* Fix GitHub workflowsYasuhiro Matsumoto2021-10-261-1/+1
|
* Do no test with go-acc on Windows (#980)mattn2021-10-261-9/+4
| | | Currently, no way to fix failing
* Drop old versions (#979)mattn2021-10-261-1/+1
|
* Adds CIFuzz for fuzzing as continuous integration (#919)Catena cyber2021-10-261-0/+29
|
* Test on 1.17Yasuhiro Matsumoto2021-10-261-1/+1
|
* run tests against Go 1.16 (#967)Harry2021-10-261-2/+2
|
* Resolve windows CI issues (#941)hackerman2021-10-261-1/+1
| | | Do not use `-u` flag when fetching go-acc
* bump codecov/codecov-action@v2 (#957)Ichinose Shogo2021-07-201-1/+1
|
* make column metadata functionality opt-inJesse Rittner2021-02-181-1/+1
|
* Go get go-acc with environment variable for go modules (#915)Catena cyber2021-02-161-2/+2
| | | | | * Go get go-acc with environment variable for go modules * Go get with modules for windows as well
* Fix ciYasuhiro Matsumoto2020-11-181-2/+2
|
* Drop go1.11 (#852)mattn2020-11-171-2/+2
| | | | | * Drop go1.11 * Use go1.12
* .github/workflows: stop using deprecated add-path command (#873)Evan Jones2020-11-171-2/+2
| | | | | | | | | | | | | | | | Github is disabling the add-path command in workflows on 2020-11-16. Switch to their new preferred way of doing this, by appending to the file referred to with $GITHUB_PATH. See: https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/ https://docs.github.com/en/free-pro-team@latest/actions/reference/workflow-commands-for-github-actions#adding-a-system-path This should fix the following warning from the workflows: .github#L1 The `add-path` command is deprecated and will be disabled on November 16th. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/
* coveralls to codecov (#845)raa01212020-08-251-41/+30
| | | | | * coveralls to codecov * README badge coveralls to codecov
* Fix go.yamlYasuhiro Matsumoto2020-08-251-76/+76
|
* Add Github Actions yaml and set LDFLAGS on windows (#843)raa01212020-08-251-0/+131
| | | and remove .travis.yml
* Update FUNDING.ymlmattn2019-10-081-1/+1
|
* Create FUNDING.ymlmattn2019-05-241-0/+8