From 48ee62d8a803b17fdf52f65cfee59eb50148798e Mon Sep 17 00:00:00 2001 From: Willy Date: Wed, 19 Apr 2023 20:55:35 +0200 Subject: [PATCH] bump go version to 1.20 --- .github/workflows/build.yml | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8bfbbd00..9f66353f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -49,7 +49,7 @@ jobs: - name: get statping version information id: statping-versions run: | - echo "go_version=1.18.x" >> $GITHUB_OUTPUT + echo "go_version=1.20.x" >> $GITHUB_OUTPUT echo "node_version=16.14.0" >> $GITHUB_OUTPUT shell: bash - name: show data results diff --git a/Dockerfile b/Dockerfile index 120d2066..4d79b78d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ RUN yarn build && yarn cache clean # Statping Golang BACKEND building from source # Creates "/go/bin/statping" and "/usr/local/bin/sass" for copying -FROM golang:1.19-alpine AS backend +FROM golang:1.20-alpine AS backend LABEL maintainer="Statping-NG (https://github.com/statping-ng)" ARG VERSION ARG COMMIT