From 3587516ca265352538b8c3ab73b597f5566c3c10 Mon Sep 17 00:00:00 2001 From: Rotem Tamir Date: Sun, 15 Oct 2023 20:41:06 +0300 Subject: [PATCH] 1.21 --- .github/workflows/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Dockerfile b/.github/workflows/Dockerfile index da3e871..199b10a 100644 --- a/.github/workflows/Dockerfile +++ b/.github/workflows/Dockerfile @@ -1,6 +1,6 @@ FROM arigaio/atlas:latest-alpine as atlas -FROM golang:1.20 as build +FROM golang:1.21 as build WORKDIR /go/src/app COPY . .