Commit Graph

88 Commits

Author SHA1 Message Date
ade5edbb7f
Use goimports as formatting standard
given some disagreement with gofmt that seems to have shown up in 1.19
2022-08-14 10:47:42 -04:00
27b456971b
Shift supported go versions
and approve word-wrapping changes to godoc
2022-08-14 10:31:53 -04:00
25116be3f5
Revert "Merging main to v3 dev main" 2022-07-16 07:58:10 -04:00
a82c9b1433
Merge remote-tracking branch 'origin/main' into merging-main-to-v3-dev-main 2022-07-16 07:44:00 -04:00
9f56fe7088
Remove temporary go mod workaround 2022-06-20 11:07:56 -04:00
Akihiro Suda
3e31c9b44c
CI: workaround for golang.org/x/tools error
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
2022-05-24 15:30:02 +09:00
b3359c3e27
Re-enable workflow conditions 2022-05-18 23:20:47 -04:00
e7f3925a5a
Use correct yaml multiline 🤦 2022-05-18 23:19:10 -04:00
e592640fdb
Unshallow the clone + toc cleanups 2022-05-18 23:17:57 -04:00
5988cc6040
Try running mkdocs steps directly 2022-05-18 23:13:45 -04:00
70e1ed4c9d
Attempt to work around materialx yaml loader boom 2022-05-18 22:58:46 -04:00
522b7e0d92
Use existing secret name in docs publish step 2022-05-18 22:46:36 -04:00
f3cf7640c7
Backing out build tag for suggestions per recommendation
from @kolyshkin 🙇
2022-05-17 08:49:15 -04:00
3c923e7a44
Merge remote-tracking branch 'origin/main' into saschagrunert-suggestions 2022-05-17 08:45:13 -04:00
c468566272
Touching up more mkdocs details 2022-05-08 20:49:08 -04:00
974f2d410d
Guard suggestion capability (+ dependency) with build tag 2022-05-07 15:21:00 -04:00
ed0033984b
Generate flag types (again?)
Closes #1381
2022-05-01 23:02:05 -04:00
Kir Kolyshkin
b8cb475418 ci: test newly added tag
We run test with the tag set (to make sure nothing is broken),
and also the check-binary-size target (for informational purposes only).

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
2022-04-25 10:58:31 -07:00
6effd9fba8
Update dependencies and go.mod spec
Closes #1322
2022-04-21 19:11:01 -04:00
5be9100fb3
Keep CI config compatible with main branch 2022-04-21 18:24:30 -04:00
cddccd3df5
Merge latest origin/main + target this branch in CI 2022-04-21 18:22:34 -04:00
7c50be3d7c
Switch branch references from master to main
Connected to #1349
2022-04-21 16:14:27 -04:00
64aad19eb5
Drop extra backslashes in continous command 2022-04-21 15:24:14 -04:00
902f5abbc8
Use correct go version strings; other general CI updates 2022-04-21 15:18:35 -04:00
8c33a078d1
Use go env correctly 2022-04-20 14:41:26 -04:00
17aa508d22
Switch to gfmrun v1.3.0 2022-04-20 14:38:32 -04:00
12b9c9d420
Bump matrix of supported Go versions
to test on the latest release (^1.18) and drop testing/supporting ^1.15.
2022-04-19 16:32:23 -04:00
Robert Liebowitz
5d61a2f46e
Bump Go version range in CI to 1.15-1.17 (#1323) 2022-01-24 08:59:04 +01:00
Robert Liebowitz
80ba835e26 Update GitHub action
Bump go version to 1.16 and drop the codecov token, which is now
documented as not required for public repositories.
2021-04-24 12:33:29 -04:00
Joe Gregorio
d5643c884a Fix workflows/cli.yml.
The ::set-env and ::add-path commands no longer work and need to
to be replaced. See:

    https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/
2020-12-06 10:00:16 -05:00
Ajitem Sahasrabuddhe
2a5a092888 Add Support for Go 1.15
And also drop support for Go 1.12 in line with Go's Release Policy https://golang.org/doc/devel/release.html#policy
2020-10-31 00:08:57 +05:30
lynn [they]
97faf22319
Update cli.yml 2020-03-09 01:05:04 -07:00
Lynn
45f2a862ff
ci readability 2020-02-28 23:36:34 -08:00
Lynn
863b4a58fe
binary size checking hooks 2020-02-28 23:19:43 -08:00
Lynn
4a785e9f9c
WIP binary size work 2020-02-28 23:06:39 -08:00
Ajitem Sahasrabuddhe
c5720ee3af
simplify GOFMT Check 2020-01-26 17:42:27 +05:30
Ajitem Sahasrabuddhe
7841e146ee run the gofmt on the latest version of go on ubuntu 2020-01-25 23:30:42 +05:30
Ajitem Sahasrabuddhe
d0c6cb3203 add gofmt check to actions workflow 2020-01-25 23:24:15 +05:30
Ajitem Sahasrabuddhe
275ed591d3
Update cli.yml
simplify test-docs workflow
2020-01-14 11:43:41 +05:30
Ajitem Sahasrabuddhe
daf1f71152
Update cli.yml
fix syntax error
2020-01-13 22:11:38 +05:30
Ajitem Sahasrabuddhe
8fe6194446
Merge branch 'master' into github-actions-windows 2020-01-13 22:10:45 +05:30
Ajitem Sahasrabuddhe
c4dc71ebad
Update cli.yml
update to nodejs 12 LTS
2020-01-13 19:02:13 +05:30
Ajitem Sahasrabuddhe
1ba20ea977
Update .github/workflows/cli.yml
Co-Authored-By: Robert Liebowitz <rliebz@gmail.com>
2020-01-13 18:59:36 +05:30
Ajitem Sahasrabuddhe
f0c866e24c try install markdown-toc globally 2020-01-13 10:59:32 +05:30
Ajitem Sahasrabuddhe
f4f10b5c16 fix dumb indentation error 2020-01-13 10:57:42 +05:30
Ajitem Sahasrabuddhe
fb0d7af151 setup node to run markdown toc 2020-01-13 10:56:43 +05:30
Ajitem Sahasrabuddhe
3e125a1865 use npx to run the package instead of npm installing it 2020-01-13 10:52:14 +05:30
Lynn
9c44406c87
refactor 2019-12-25 09:10:48 -08:00
Lynn
65d28dcc47
Merge remote-tracking branch 'origin' into github-actions-windows 2019-12-25 09:03:27 -08:00
lynn [they]
a12e06e3fd
Merge branch 'master' into lynncyrin-patch-6 2019-12-24 06:05:23 -08:00