Skip to content

Commit 4a0bb9f

Browse files
authored
Merge pull request #2780 from goplus/dev
Release v1.12.0
2 parents dc882e4 + 64c36c6 commit 4a0bb9f

File tree

191 files changed

+10745
-1589
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

191 files changed

+10745
-1589
lines changed

.github/workflows/publish-docker-image.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ jobs:
2424
NODE_ENV=staging
2525
provenance: false
2626
sbom: false
27-
cache-from: type=gha
28-
cache-to: type=gha,mode=max
2927
push: ${{ github.event_name == 'push' && github.ref_name == 'dev' }}
3028
tags: |
3129
ghcr.io/${{github.repository}}:dev

.github/workflows/validate.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ jobs:
5252
cache: true
5353
cache-dependency-path: |
5454
tools/spxls/go.sum
55+
tools/ispx/go.sum
5556
tools/ai/go.sum
5657
5758
- name: Build WASM

0 commit comments

Comments
 (0)