mirror of
https://github.com/opencontainers/image-spec.git
synced 2025-04-18 03:24:01 +03:00
Update linter and Go releases
Signed-off-by: Brandon Mitchell <git@bmitch.net>
This commit is contained in:
parent
3c3d71753a
commit
1d3daab196
4
.github/workflows/docs-and-linting.yml
vendored
4
.github/workflows/docs-and-linting.yml
vendored
@ -10,10 +10,10 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
# current Go releases plus the version in the go.mod are tested
|
||||
go: ['1.18', '1.21', '1.22']
|
||||
go: ['1.18', '1.22', '1.23']
|
||||
|
||||
env:
|
||||
RELEASE_GO_VER: "1.22"
|
||||
RELEASE_GO_VER: "1.23"
|
||||
|
||||
name: Documentation and Linting
|
||||
steps:
|
||||
|
1
Makefile
1
Makefile
@ -123,6 +123,7 @@ install.tools: $(TOOLS:%=.install.%)
|
||||
go1.18.*) go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.47.3;; \
|
||||
go1.19.*) go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.54.1;; \
|
||||
go1.20.*) go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.55.2;; \
|
||||
go1.21.*) go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.59.1;; \
|
||||
*) go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest;; \
|
||||
esac
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user