File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 - name : Set up Go
2222 uses : actions/setup-go@v6
2323 with :
24- go-version : ' 1.25 '
24+ go-version : ' 1.26 '
2525 - name : compile Golang binary for macOS
2626 run : |
2727 mkdir target
5656 - name : Set up Go
5757 uses : actions/setup-go@v6
5858 with :
59- go-version : ' 1.25 '
59+ go-version : ' 1.26 '
6060 - name : Compile Golang binary for Linux(x64)
6161 run : |
6262 mkdir target
8787 - name : Set up Go
8888 uses : actions/setup-go@v6
8989 with :
90- go-version : ' 1.25 '
90+ go-version : ' 1.26 '
9191 - name : Compile Golang binary for Linux(ARM)
9292 run : |
9393 mkdir target
@@ -117,7 +117,7 @@ jobs:
117117 - name : Set up Go
118118 uses : actions/setup-go@v6
119119 with :
120- go-version : ' 1.25 '
120+ go-version : ' 1.26 '
121121 - name : Compile Go binary for Windows
122122 run : |
123123 mkdir target
Original file line number Diff line number Diff line change 4040 if : matrix.language == 'go'
4141 uses : actions/setup-go@v6
4242 with :
43- go-version : ' 1.25 '
43+ go-version : ' 1.26 '
4444
4545 - name : Setup .NET
4646 if : matrix.language == 'csharp'
You can’t perform that action at this time.
0 commit comments