Skip to content

Commit e0391ac

Browse files
committed
fix build ep8
1 parent 389ff46 commit e0391ac

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/golangci-lint.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,12 @@ jobs:
1515
steps:
1616
- uses: actions/setup-go@v5
1717
with:
18-
go-version: '1.21'
18+
go-version: '1.23'
1919
- uses: actions/checkout@v4
20+
- name: cleanup wasm files
21+
run: |
22+
rm cmd/wasm/wasm.go
23+
shell: bash
2024
- name: golangci-lint
2125
uses: golangci/golangci-lint-action@v6
2226
with:

0 commit comments

Comments
 (0)