File tree 2 files changed +3
-6
lines changed
2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 15
15
- ' examples/component/**'
16
16
17
17
env :
18
- TINYGO_VERSION : " 0.33 .0"
18
+ TINYGO_VERSION : " 0.36 .0"
19
19
GOLANGCI_VERSION : " v1.64.2"
20
20
WASH_VERSION : " 0.37.0"
21
21
WASM_TOOLS_VERSION : " 1.220.0"
88
88
- http-password-checker
89
89
- invoke
90
90
- sqldb-postgres-query
91
- tinygo-version :
92
- - " 0.33.0"
93
- - " 0.34.0"
94
91
runs-on : ubuntu-latest
95
92
steps :
96
93
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
99
96
go-version-file : " ./examples/component/${{ matrix.example }}/go.mod"
100
97
- uses : acifani/setup-tinygo@b2ba42b249c7d3efdfe94166ec0f48b3191404f7 # v2.0.0
101
98
with :
102
- tinygo-version : ${{ matrix.tinygo-version }}
99
+ tinygo-version : ${{ env.TINYGO_VERSION }}
103
100
- uses : golangci/golangci-lint-action@2226d7cb06a077cd73e56eedd38eecad18e5d837 # v6.5.0
104
101
with :
105
102
version : ${{ env.GOLANGCI_VERSION }}
Original file line number Diff line number Diff line change 13
13
- " templates/**"
14
14
15
15
env :
16
- TINYGO_VERSION : " 0.34 .0"
16
+ TINYGO_VERSION : " 0.36 .0"
17
17
GOLANGCI_VERSION : " v1.61"
18
18
WASH_VERSION : " 0.37.0"
19
19
WASM_TOOLS_VERSION : " 1.220.0"
You can’t perform that action at this time.
0 commit comments