From f8ad9b0796a4c29699497b298dec3222dd9fd295 Mon Sep 17 00:00:00 2001 From: Joao Morais Date: Tue, 23 Jan 2024 09:17:58 -0300 Subject: [PATCH] update go from 1.19.12 to 1.19.13 --- .github/workflows/build.yaml | 2 +- builder/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index b09a2914..82143b0e 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/setup-go@v3 with: - go-version: 1.19.12 + go-version: 1.19.13 - uses: actions/checkout@v3 - name: golangci-lint uses: golangci/golangci-lint-action@v3 diff --git a/builder/Dockerfile b/builder/Dockerfile index 876752cb..fae6db0b 100644 --- a/builder/Dockerfile +++ b/builder/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM golang:1.19.12-alpine AS builder +FROM golang:1.19.13-alpine AS builder ARG GIT_TAG WORKDIR /src