mirror of
https://github.com/distribution/distribution.git
synced 2025-09-04 00:16:10 +00:00
Add Go 1.22 support to CI
This change adds Go 1.22 to the Go version matrix in CI and updates all Dockerfiles to use Go 1.21.8. Signed-off-by: Austin Vazquez <macedonv@amazon.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# syntax=docker/dockerfile:1
|
||||
|
||||
ARG GO_VERSION=1.20.14
|
||||
ARG GO_VERSION=1.21.8
|
||||
ARG ALPINE_VERSION=3.19
|
||||
|
||||
FROM alpine:${ALPINE_VERSION} AS base
|
||||
|
@@ -1,6 +1,6 @@
|
||||
# syntax=docker/dockerfile:1
|
||||
|
||||
ARG GO_VERSION=1.20.14
|
||||
ARG GO_VERSION=1.21.8
|
||||
ARG ALPINE_VERSION=3.19
|
||||
ARG GOLANGCI_LINT_VERSION=v1.55.2
|
||||
ARG BUILDTAGS=""
|
||||
|
@@ -1,6 +1,6 @@
|
||||
# syntax=docker/dockerfile:1
|
||||
|
||||
ARG GO_VERSION=1.20.14
|
||||
ARG GO_VERSION=1.21.8
|
||||
ARG ALPINE_VERSION=3.19
|
||||
ARG MODOUTDATED_VERSION=v0.8.0
|
||||
|
||||
|
Reference in New Issue
Block a user