aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/test.yml
Commit message (Collapse)AuthorAgeFilesLines
* build: bump actions/setup-go from 4 to 5dependabot[bot]2023-12-111-1/+1
| | | | | | | | | | | | | | Bumps [actions/setup-go](https://github.com/actions/setup-go) from 4 to 5. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/v4...v5) --- 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>
* build: Ensure checkout is the first operationPaulo Gomes2023-12-081-3/+3
| | | | | | | | | | The setup-go step can be sped up by caching Go dependencies. The input for that operation is the go.sum file. Previously, the checkout operation was happening after the setup-go, which meant that go.sum was never available which effectively meant the cache was disabled. Signed-off-by: Paulo Gomes <paulo.gomes@suse.com>
* Merge pull request #890 from go-git/dependabot/github_actions/actions/checkout-4Paulo Gomes2023-10-261-1/+1
|\ | | | | build: bump actions/checkout from 3 to 4
| * build: bump actions/checkout from 3 to 4dependabot[bot]2023-10-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Commits](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* | build: bump actions/setup-go from 3 to 4dependabot[bot]2023-10-251-1/+1
|/ | | | | | | | | | | | | | Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3 to 4. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/v3...v4) --- 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>
* *: Bump to Go 1.19Paulo Gomes2023-09-121-1/+1
| | | | Signed-off-by: Paulo Gomes <pjbgf@linux.com>
* ci: Bump GitHub actionsPaulo Gomes2023-03-051-2/+2
| | | | | | | Removes the error messages: Node.js 12 actions are deprecated. Signed-off-by: Paulo Gomes <pjbgf@linux.com>
* build: Reduce git token permissionsPaulo Gomes2023-03-021-0/+3
| | | | Signed-off-by: Paulo Gomes <pjbgf@linux.com>
* ci: update go versionMaximo Cuadros2023-02-051-1/+1
|
* .github: test, remove coverallsv5.5.1Máximo Cuadros2022-12-111-15/+0
|
* Update test.ymlMáximo Cuadros2022-11-291-0/+1
|
* .github: update go versionMáximo Cuadros2022-11-291-3/+3
|
* github-action: update go versionMáximo Cuadros2021-03-261-1/+1
|
* ci: split jobsMáximo Cuadros2020-03-161-38/+0
|
* ci: based on github actionsv5.0.0Máximo Cuadros2020-03-151-4/+71
|
* *: add gh actionsMáximo Cuadros2020-03-091-0/+18