mirror of
https://github.com/docker/compose.git
synced 2026-02-09 01:59:22 +08:00
tools: Update Go and linter
Signed-off-by: Christopher Crone <christopher.crone@docker.com>
This commit is contained in:
@@ -12,8 +12,8 @@
|
||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
ARG GO_VERSION=1.14.3-alpine
|
||||
ARG GOLANGCI_LINT_VERSION=v1.27.0-alpine
|
||||
ARG GO_VERSION=1.14.4-alpine
|
||||
ARG GOLANGCI_LINT_VERSION=v1.28.1-alpine
|
||||
|
||||
FROM --platform=${BUILDPLATFORM} golang:${GO_VERSION} AS base
|
||||
WORKDIR /api
|
||||
|
||||
Reference in New Issue
Block a user