Compare commits
2 Commits
9b83333275
...
renovate/g
| Author | SHA1 | Date | |
|---|---|---|---|
| 16dabb7409 | |||
| 5976078613 |
@@ -12,7 +12,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: actions/setup-go@v5
|
- uses: actions/setup-go@v5
|
||||||
with:
|
with:
|
||||||
go-version: '1.23'
|
go-version: '1.26'
|
||||||
- name: Build WASM
|
- name: Build WASM
|
||||||
run: GOOS=js GOARCH=wasm go build ./...
|
run: GOOS=js GOARCH=wasm go build ./...
|
||||||
- name: Build Host
|
- name: Build Host
|
||||||
|
|||||||
6
renovate.json
Normal file
6
renovate.json
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
|
"extends": [
|
||||||
|
"config:recommended"
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user