Skip to content

Commit 2f66ebf

Browse files
committed
Skip WASM on 1.24 for now
1 parent 5d29424 commit 2f66ebf

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
with: { tinygo-version: 0.34.0 }
2525
- name: Test WASM
2626
run: make wasm
27+
if: matrix.go != '1.24'
2728
lint:
2829
name: 📊 Lint and Cover
2930
runs-on: ubuntu-latest

spec/function.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ func (NodesType) writeTo(buf *strings.Builder) {
107107
// LogicalType is a JSONPath type that represents true or false.
108108
type LogicalType uint8
109109

110-
//revive:disable:exported
111110
const (
112111
LogicalFalse LogicalType = iota // false
113112
LogicalTrue // true

0 commit comments

Comments
 (0)