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