This repository was archived by the owner on Sep 11, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 8 files changed +9
-9
lines changed
Expand file tree Collapse file tree 8 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 5050 - name : Setup Go
5151 uses : actions/setup-go@v5
5252 with :
53- go-version : 1.24.0
53+ go-version : 1.24.1
5454 cache-dependency-path : " ${{ matrix.dir }}/go.sum"
5555 - name : Run Linter
5656 uses : golangci/golangci-lint-action@v6
Original file line number Diff line number Diff line change 5151 - name : Setup Go
5252 uses : actions/setup-go@v5
5353 with :
54- go-version : 1.24.0
54+ go-version : 1.24.1
5555 cache-dependency-path : " ${{ matrix.dir }}/go.sum"
5656 - name : Run Unit Tests
5757 run : |
Original file line number Diff line number Diff line change 3333 - name : Setup Go
3434 uses : actions/setup-go@v5
3535 with :
36- go-version : 1.24.0
36+ go-version : 1.24.1
3737 cache-dependency-path : runtime/go.sum
3838 - name : Build Runtime
3939 working-directory : runtime
Original file line number Diff line number Diff line change 2424 - name : Setup Go
2525 uses : actions/setup-go@v5
2626 with :
27- go-version : 1.24.0
27+ go-version : 1.24.1
2828 cache-dependency-path : runtime/go.sum
2929 - name : Run Integration Tests
3030 working-directory : runtime
Original file line number Diff line number Diff line change 5858 - name : Setup Go
5959 uses : actions/setup-go@v5
6060 with :
61- go-version : 1.24.0
61+ go-version : 1.24.1
6262 cache-dependency-path : ./sdk/go/go.sum
6363 - name : Build Program
6464 run : go build .
7979 - name : Setup Go
8080 uses : actions/setup-go@v5
8181 with :
82- go-version : 1.24.0
82+ go-version : 1.24.1
8383 cache-dependency-path : " ${{ matrix.dir }}/go.sum"
8484 - name : Setup TinyGo
8585 uses : acifani/setup-tinygo@v2
Original file line number Diff line number Diff line change 6767 if : matrix.language == 'go'
6868 uses : actions/setup-go@v5
6969 with :
70- go-version : 1.24.0
70+ go-version : 1.24.1
7171 cache-dependency-path : runtime/go.sum
7272
7373 # Initializes the CodeQL tools for scanning.
Original file line number Diff line number Diff line change 3232 run : npm run build
3333 - uses : actions/setup-go@v5
3434 with :
35- go-version : 1.24.0
35+ go-version : 1.24.1
3636 cache-dependency-path : runtime/go.sum
3737 - uses : goreleaser/goreleaser-action@v6
3838 with :
Original file line number Diff line number Diff line change 2626 - name : Setup Go
2727 uses : actions/setup-go@v5
2828 with :
29- go-version : 1.24.0
29+ go-version : 1.24.1
3030 cache-dependency-path : ./sdk/go/go.sum
3131 - name : Prepare Release
3232 working-directory : sdk/go
You can’t perform that action at this time.
0 commit comments