mirror of https://github.com/statping/statping
bump go version to 1.20
parent
5742367ee3
commit
48ee62d8a8
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue