File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 1515 - ' examples/component/**'
1616
1717env :
18- TINYGO_VERSION : " 0.33 .0"
18+ TINYGO_VERSION : " 0.36 .0"
1919 GOLANGCI_VERSION : " v1.64.2"
2020 WASH_VERSION : " 0.37.0"
2121 WASM_TOOLS_VERSION : " 1.220.0"
8888 - http-password-checker
8989 - invoke
9090 - sqldb-postgres-query
91- tinygo-version :
92- - " 0.33.0"
93- - " 0.34.0"
9491 runs-on : ubuntu-latest
9592 steps :
9693 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
9996 go-version-file : " ./examples/component/${{ matrix.example }}/go.mod"
10097 - uses : acifani/setup-tinygo@b2ba42b249c7d3efdfe94166ec0f48b3191404f7 # v2.0.0
10198 with :
102- tinygo-version : ${{ matrix.tinygo-version }}
99+ tinygo-version : ${{ env.TINYGO_VERSION }}
103100 - uses : golangci/golangci-lint-action@2226d7cb06a077cd73e56eedd38eecad18e5d837 # v6.5.0
104101 with :
105102 version : ${{ env.GOLANGCI_VERSION }}
Original file line number Diff line number Diff line change 1313 - " templates/**"
1414
1515env :
16- TINYGO_VERSION : " 0.34 .0"
16+ TINYGO_VERSION : " 0.36 .0"
1717 GOLANGCI_VERSION : " v1.61"
1818 WASH_VERSION : " 0.37.0"
1919 WASM_TOOLS_VERSION : " 1.220.0"
You can’t perform that action at this time.
0 commit comments