1
0
mirror of https://github.com/opencontainers/image-spec.git synced 2026-02-05 18:45:00 +01:00

21 Commits

Author SHA1 Message Date
Miloslav Trmač
d0e1005127 Split github.com/opencontainers/image-spec/schema into a separate Go module
Signed-off-by: Miloslav Trmač <mitr@redhat.com>
2025-07-15 15:16:55 +02:00
Brandon Mitchell
06e6b47e2e Merge pull request #1264 from sudo-bmitch/pr-rm-gopath
Chore: Remove GOPATH from GitHub Actions
2025-06-27 16:21:04 -04:00
Tianon Gravi
0bb67c2525 Update GitHub Actions configuration
- remove meaningless badge
- also lint/test pushes (not just PRs)
- allow running the job explicitly on-demand ("workflow dispatch")
- cancel in-progress runs on PR update / push to the same branch
- explicitly limit GitHub token permissions

Signed-off-by: Tianon Gravi <admwiggin@gmail.com>
2025-05-22 10:43:52 -07:00
Brandon Mitchell
ab50866077 Chore: Remove GOPATH from GitHub Actions
Signed-off-by: Brandon Mitchell <git@bmitch.net>
2025-05-17 14:38:15 -04:00
Tianon Gravi
6a277dd825 Add cache-dependency-path to avoid setup-go warning
Signed-off-by: Tianon Gravi <admwiggin@gmail.com>
2024-12-12 15:12:02 -08:00
Tianon Gravi
00584ffd43 Reduce maintenance burden by letting setup-go track our Go versions
`actions/setup-go` supports "stable" and "oldstable" as automatic aliases for the latest release and the previous to latest release, which was our intent with two of these three hard-coded versions.  The third is hard-coded to match our `go.mod`, which `actions/setup-go` *also* supports reading from, so we can be completely DRY here.

Signed-off-by: Tianon Gravi <admwiggin@gmail.com>
2024-12-12 15:07:07 -08:00
Brandon Mitchell
1d3daab196 Update linter and Go releases
Signed-off-by: Brandon Mitchell <git@bmitch.net>
2024-09-05 16:24:32 -04:00
Brandon Mitchell
e19126761c Update Go versions in release scripts
Signed-off-by: Brandon Mitchell <git@bmitch.net>
2024-02-19 16:12:08 -05:00
Austin Vazquez
4da0cfcedc Update GitHub Actions packages to resolve warnings in CI
This change updates actions/checkout to v4 and actions/setup-go to v5 to
resolve NodeJS 16 deprecation warnings in CI.

Signed-off-by: Austin Vazquez <macedonv@amazon.com>
2024-02-19 16:40:00 +00:00
Sajay Antony
ceeb2eba07 Merge pull request #1114 from sudo-bmitch/pr-go-1.21
Update supported Go range to 1.19 - 1.21
2023-11-10 10:59:34 -08:00
Brandon Mitchell
dd66b54e93 Test older versions of Go with toolchain=local
Signed-off-by: Brandon Mitchell <git@bmitch.net>
2023-09-27 20:53:45 -04:00
Brandon Mitchell
c7a064fbc3 Update supported Go range to 1.19 - 1.21
Previous supported range was 1.18 - 1.20.

Signed-off-by: Brandon Mitchell <git@bmitch.net>
2023-09-07 10:41:41 -04:00
Brandon Mitchell
a6af2b480d Add a markdown linter and fix linting issues
Signed-off-by: Brandon Mitchell <git@bmitch.net>
2023-08-01 11:05:33 -04:00
Austin Vazquez
1f601840b6 Add Go 1.20 support
Signed-off-by: Austin Vazquez <macedonv@amazon.com>
2023-02-02 21:12:51 +00:00
Brandon Mitchell
ce50f1f330 Bump from Go 1.16 to 1.17
Signed-off-by: Brandon Mitchell <git@bmitch.net>
2022-09-09 16:32:15 -04:00
nisha
ba3f1741d5 Add maintainer nomination template
This is a PR template to propose adding new maintainers

Fixes #912

Signed-off-by: nisha <nisha@ctlfsh.tech>
2022-05-26 10:43:37 -07:00
Vincent Batts
d3cd202b02 *: switch to golangci-lint
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2021-12-02 15:02:03 -05:00
Vincent Batts
679348323e Merge pull request #882 from bloodorangeio/why-u-pull-quay
Remove unneeded docker pull of pandoc image
2021-12-02 14:32:55 -05:00
Josh Dolitsky
0f6c00166e Remove unneeded docker pull of pandoc image
Signed-off-by: Josh Dolitsky <josh@dolit.ski>
2021-12-02 13:15:19 -06:00
Vincent Batts
3a46ac856c github: bring forward the versions of golang tested/built with
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2021-11-24 00:02:36 -05:00
vsoch
9ed9683ac1 adding github workflow to render docs and lint
This should be equivalent to the .travis-ci workflow, but run
in GitHub actions. I am using the exact commit of the v1 release,
as that is considered safer practice than the tag/release itself.

Signed-off-by: vsoch <vsoch@users.noreply.github.com>
2021-05-13 10:41:46 -06:00