File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 3838 runs-on : ubuntu-latest
3939 steps :
4040 - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
41- - uses : golangci/golangci-lint-action@e7fa5ac41e1cf5b7d48e45e42232ce7ada589601 # v9.1 .0
41+ - uses : golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2 .0
4242 with :
4343 version : ${{ env.GOLANGCI_VERSION }}
4444 working-directory : ./component
9999 - uses : acifani/setup-tinygo@db56321a62b9a67922bb9ac8f9d085e218807bb3 # v2.0.1
100100 with :
101101 tinygo-version : ${{ env.TINYGO_VERSION }}
102- - uses : golangci/golangci-lint-action@e7fa5ac41e1cf5b7d48e45e42232ce7ada589601 # v9.1 .0
102+ - uses : golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2 .0
103103 with :
104104 version : ${{ env.GOLANGCI_VERSION }}
105105 working-directory : " ./examples/component/${{ matrix.example }}"
Original file line number Diff line number Diff line change 5252 with :
5353 go-version-file : " ./provider/go.mod"
5454 - name : golangci-lint
55- uses : golangci/golangci-lint-action@e7fa5ac41e1cf5b7d48e45e42232ce7ada589601 # v9.1 .0
55+ uses : golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2 .0
5656 with :
5757 version : ${{ env.GOLANGCI_VERSION }}
5858 working-directory : ./provider
Original file line number Diff line number Diff line change 5353 run : wash build
5454 working-directory : " ${{ runner.temp }}/sample-provider"
5555 - name : Go Lint
56- uses : golangci/golangci-lint-action@e7fa5ac41e1cf5b7d48e45e42232ce7ada589601 # v9.1 .0
56+ uses : golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2 .0
5757 with :
5858 version : ${{ env.GOLANGCI_VERSION }}
5959 working-directory : " ${{ runner.temp }}/sample-provider"
9595 run : wash build
9696 working-directory : " ${{ runner.temp }}/sample-component"
9797 - name : Go Lint
98- uses : golangci/golangci-lint-action@e7fa5ac41e1cf5b7d48e45e42232ce7ada589601 # v9.1 .0
98+ uses : golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2 .0
9999 with :
100100 version : ${{ env.GOLANGCI_VERSION }}
101101 working-directory : " ${{ runner.temp }}/sample-component"
Original file line number Diff line number Diff line change 3030 runs-on : ubuntu-latest
3131 steps :
3232 - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
33- - uses : golangci/golangci-lint-action@e7fa5ac41e1cf5b7d48e45e42232ce7ada589601 # v9.1 .0
33+ - uses : golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2 .0
3434 with :
3535 version : ${{ env.GOLANGCI_VERSION }}
3636 working-directory : x/wasmbus
9696 - uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
9797 with :
9898 go-version-file : " ./examples/wasmbus/${{ matrix.example }}/go.mod"
99- - uses : golangci/golangci-lint-action@e7fa5ac41e1cf5b7d48e45e42232ce7ada589601 # v9.1 .0
99+ - uses : golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2 .0
100100 with :
101101 version : ${{ env.GOLANGCI_VERSION }}
102102 working-directory : " ./examples/wasmbus/${{ matrix.example }}"
You can’t perform that action at this time.
0 commit comments