Skip to content

Commit

Permalink
Add Go 1.20 support
Browse files Browse the repository at this point in the history
Signed-off-by: Austin Vazquez <macedonv@amazon.com>
  • Loading branch information
austinvazquez committed Feb 2, 2023
1 parent 2fb9968 commit 1f60184
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs-and-linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: ['1.17', '1.18', '1.19']
go: ['1.18', '1.19', '1.20']

name: Documentation and Linting
steps:
Expand Down
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ install.tools: $(TOOLS:%=.install.%)

.install.lint:
case "$$(go env GOVERSION)" in \
go1.17.*) go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.47.3;; \
go1.18.*) go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.47.3;; \
*) go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest;; \
esac
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/opencontainers/image-spec

go 1.17
go 1.18

require (
github.com/davecgh/go-spew v1.1.1 // indirect
Expand Down

0 comments on commit 1f60184

Please # to comment.