Skip to content

update: sync to go-echarts v2.4.0-rc2 #1

update: sync to go-echarts v2.4.0-rc2

update: sync to go-echarts v2.4.0-rc2 #1

Workflow file for this run

name: Integration test
on:
pull_request:
branches:
- master
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.18'
- name: Run Examples generate original html files with go-echarts
run: |
echo "Currently working on go-echarts version ===>"
cat go.mod
go mod tidy
cat go.mod
go run . false