File tree Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 2525 - name : Setup Go
2626 uses : actions/setup-go@v5
2727 with :
28- go-version : " ^1.21 .0"
28+ go-version : " ^1.24 .0"
2929 - uses : actions/checkout@v4
3030 - name : Go Build Cache
3131 uses : actions/cache@v4
Original file line number Diff line number Diff line change 2626 - name : Setup node
2727 uses : actions/setup-node@v4
2828 with :
29- cache : ' yarn'
30- node-version-file : ' .nvmrc'
31- cache-dependency-path : ' web/yarn.lock'
29+ cache : " yarn"
30+ node-version-file : " .nvmrc"
31+ cache-dependency-path : " web/yarn.lock"
3232 - name : Install modules
3333 run : yarn
3434 working-directory : ./web
@@ -41,11 +41,11 @@ jobs:
4141 - name : Setup Go
4242 uses : actions/setup-go@v5
4343 with :
44- go-version : " ^1.23 .0"
44+ go-version : " ^1.24 .0"
4545 cache-dependency-path : go.sum
4646 - name : golangci-lint
47474848 with :
49- version : v1.61.0
49+ version : v1.64.6
5050 - run : go version
5151 - run : go test ./...
Original file line number Diff line number Diff line change 1414 - created
1515
1616env :
17- GO_VERSION : 1.23
17+ GO_VERSION : 1.24
1818 WASM_API_VER : v2
19- PREV_GO_VERSION : 1.22
19+ PREV_GO_VERSION : 1.23
2020
2121jobs :
2222 build :
7373
7474 - uses : actions/setup-node@v4
7575 with :
76- cache : ' yarn'
77- node-version-file : ' .nvmrc'
78- cache-dependency-path : ' web/yarn.lock'
76+ cache : " yarn"
77+ node-version-file : " .nvmrc"
78+ cache-dependency-path : " web/yarn.lock"
7979
8080 - name : Setup dependencies
8181 run : sudo apt-get update && sudo apt-get install -y make
You can’t perform that action at this time.
0 commit comments