mirror of
https://github.com/h44z/wg-portal.git
synced 2025-08-10 07:22:24 +00:00
CircleCi: Bump go version to 1.20, removed unnecessary run, added run for frontend.
This commit is contained in:
parent
9a99290d32
commit
f30805accd
@ -7,6 +7,10 @@ jobs:
|
|||||||
- restore_cache:
|
- restore_cache:
|
||||||
keys:
|
keys:
|
||||||
- go-mod-latest-v4-{{ checksum "go.sum" }}
|
- go-mod-latest-v4-{{ checksum "go.sum" }}
|
||||||
|
- run:
|
||||||
|
name: Build Frontend
|
||||||
|
command: |
|
||||||
|
make frontend
|
||||||
- run:
|
- run:
|
||||||
name: Install Dependencies
|
name: Install Dependencies
|
||||||
command: |
|
command: |
|
||||||
@ -51,19 +55,13 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
working_directory: ~/repo
|
working_directory: ~/repo
|
||||||
docker:
|
docker:
|
||||||
- image: cimg/go:1.19
|
- image: cimg/go:1.20-node
|
||||||
|
|
||||||
workflows:
|
workflows:
|
||||||
build-and-release:
|
build-and-release:
|
||||||
jobs:
|
jobs:
|
||||||
#--------------- BUILD ---------------#
|
#--------------- BUILD ---------------#
|
||||||
- build-latest:
|
- build-latest:
|
||||||
filters:
|
|
||||||
tags:
|
|
||||||
only: /^v.*/
|
|
||||||
- build-116:
|
|
||||||
requires:
|
|
||||||
- build-latest
|
|
||||||
filters:
|
filters:
|
||||||
tags:
|
tags:
|
||||||
only: /^v.*/
|
only: /^v.*/
|
Loading…
x
Reference in New Issue
Block a user