M. J. Fromberger
ad7c501359
Update common actions versions on v0.35.x to match master. ( #8400 )
2022-04-23 09:07:15 -07:00
mergify[bot]
c152462f42
ci: fix super-linter configuration settings (backport #7708 ) ( #7710 )
...
* ci: fix super-linter configuration settings (#7708 )
- Revert the version pin from #7706 .
- Override the YAML linter config to be more forgiving.
- Update YAML lint warnings in a number of files.
The choice of which lints to fix and which to override was ad hoc: I fixed the ones that were mainly whitespace oriented, and suppressed the ones that were document-structure related.
Fixes #7707 .
(cherry picked from commit 5eb50a43b5 )
* Resolve cherry-pick conflicts.
Co-authored-by: M. J. Fromberger <fromberger@interchain.io >
2022-01-27 07:06:12 -08:00
M. J. Fromberger
f361ce09b3
Update Go toolchains to 1.17 in Actions workflows. ( #7049 )
2021-10-04 15:40:50 +00:00
Sam Kleinman
1998cf7e77
e2e: compile tests ( #6926 )
2021-09-10 13:34:26 -04:00
dependabot[bot]
e922016121
build(deps): Bump technote-space/get-diff-action from 4 to 5 ( #6788 )
...
Bumps [technote-space/get-diff-action](https://github.com/technote-space/get-diff-action ) from 4 to 5.
- [Release notes](https://github.com/technote-space/get-diff-action/releases )
- [Changelog](https://github.com/technote-space/get-diff-action/blob/main/.releasegarc )
- [Commits](https://github.com/technote-space/get-diff-action/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: technote-space/get-diff-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com >
2021-08-02 12:25:37 -04:00
dependabot[bot]
6cd07682ae
build(deps): Bump actions/checkout from 2 to 2.3.4 ( #6456 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 2 to 2.3.4.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v2...v2.3.4 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-12 15:13:36 +02:00
Alessio Treglia
d27cc6e5e9
build with go1.16 ( #6213 )
...
Co-authored-by: Marko <marbar3778@yahoo.com >
2021-03-05 15:59:25 +00:00
Tess Rinearson
ea77360ecf
.github/workflows: enable manual dispatch for some workflows ( #5929 )
2021-01-19 17:14:00 +01:00
Alessio Treglia
0de4bec862
use Cleanup(),TempDir() in test cases ( #5723 )
...
Replace defer with t.Cleanup().
Replace the combination of ioutil.TempDir, error checking
and defer os.RemoveAll() with Go testing.T's new TempDir()
helper.
Mark auxiliary functions as test helpers.
2020-11-30 12:13:25 +00:00
Anton Kaliaev
7041cae8e1
bump go version to 1.15 ( #5639 )
2020-11-10 15:19:52 +04:00
Erik Grinaker
b6979e7fbd
test: clean up E2E test volumes using a container ( #5509 )
2020-10-15 20:59:16 +02:00
Erik Grinaker
61ee6b0b5d
github: rename e2e jobs ( #5502 )
2020-10-14 16:35:03 +02:00
dependabot[bot]
710ed63f55
build(deps): Bump technote-space/get-diff-action from v3 to v4 ( #5485 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marko Baricevic <marbar3778@yahoo.com >
2020-10-12 14:13:45 +02:00
Marko
07bb7fb445
ci/e2e: avoid running job when no go files are touched ( #5471 )
2020-10-06 14:29:29 +02:00
Erik Grinaker
7e27e9b852
test: add GitHub action for end-to-end tests ( #5452 )
...
Partial fix for #5291 .
2020-10-05 12:44:35 +02:00