This repository was archived by the owner on Sep 11, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 7 files changed +8
-8
lines changed
Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 5252 - name : Setup Go
5353 uses : actions/setup-go@v5
5454 with :
55- go-version : 1.25.0
55+ go-version : 1.25.1
5656 cache-dependency-path : " ${{ matrix.dir }}/go.sum"
5757 - name : Run Unit Tests
5858 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.25.0
36+ go-version : 1.25.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 2525 - name : Setup Go
2626 uses : actions/setup-go@v5
2727 with :
28- go-version : 1.25.0
28+ go-version : 1.25.1
2929 cache-dependency-path : runtime/go.sum
3030 - name : Setup Node
3131 uses : actions/setup-node@v4
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.25.0
61+ go-version : 1.25.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.25.0
82+ go-version : 1.25.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.25.0
70+ go-version : 1.25.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.25.0
35+ go-version : 1.25.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.25.0
29+ go-version : 1.25.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