bump go version to 1.20

pull/1118/head
Willy 2023-04-19 20:55:35 +02:00
parent 5742367ee3
commit 48ee62d8a8
No known key found for this signature in database
GPG Key ID: 02E60AE5D9208602
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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