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 52
52
- name : Setup Go
53
53
uses : actions/setup-go@v5
54
54
with :
55
- go-version : 1.24.6
55
+ go-version : 1.25.0
56
56
cache-dependency-path : " ${{ matrix.dir }}/go.sum"
57
57
- name : Run Unit Tests
58
58
run : |
Original file line number Diff line number Diff line change 33
33
- name : Setup Go
34
34
uses : actions/setup-go@v5
35
35
with :
36
- go-version : 1.24.6
36
+ go-version : 1.25.0
37
37
cache-dependency-path : runtime/go.sum
38
38
- name : Build Runtime
39
39
working-directory : runtime
Original file line number Diff line number Diff line change 25
25
- name : Setup Go
26
26
uses : actions/setup-go@v5
27
27
with :
28
- go-version : 1.24.6
28
+ go-version : 1.25.0
29
29
cache-dependency-path : runtime/go.sum
30
30
- name : Setup Node
31
31
uses : actions/setup-node@v4
Original file line number Diff line number Diff line change 58
58
- name : Setup Go
59
59
uses : actions/setup-go@v5
60
60
with :
61
- go-version : 1.24.6
61
+ go-version : 1.25.0
62
62
cache-dependency-path : ./sdk/go/go.sum
63
63
- name : Build Program
64
64
run : go build .
79
79
- name : Setup Go
80
80
uses : actions/setup-go@v5
81
81
with :
82
- go-version : 1.24.6
82
+ go-version : 1.25.0
83
83
cache-dependency-path : " ${{ matrix.dir }}/go.sum"
84
84
- name : Setup TinyGo
85
85
uses : acifani/setup-tinygo@v2
Original file line number Diff line number Diff line change 67
67
if : matrix.language == 'go'
68
68
uses : actions/setup-go@v5
69
69
with :
70
- go-version : 1.24.6
70
+ go-version : 1.25.0
71
71
cache-dependency-path : runtime/go.sum
72
72
73
73
# Initializes the CodeQL tools for scanning.
Original file line number Diff line number Diff line change 32
32
run : npm run build
33
33
- uses : actions/setup-go@v5
34
34
with :
35
- go-version : 1.24.6
35
+ go-version : 1.25.0
36
36
cache-dependency-path : runtime/go.sum
37
37
- uses : goreleaser/goreleaser-action@v6
38
38
with :
Original file line number Diff line number Diff line change 26
26
- name : Setup Go
27
27
uses : actions/setup-go@v5
28
28
with :
29
- go-version : 1.24.6
29
+ go-version : 1.25.0
30
30
cache-dependency-path : ./sdk/go/go.sum
31
31
- name : Prepare Release
32
32
working-directory : sdk/go
You can’t perform that action at this time.
0 commit comments