We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
actions/setup-go
1 parent 7f48df4 commit c342ed4Copy full SHA for c342ed4
1 file changed
.github/workflows/main.yml
@@ -76,7 +76,7 @@ jobs:
76
77
- run: rustup target add wasm32-unknown-unknown
78
if: matrix.lang == 'rust'
79
-
+
80
- uses: ./.github/actions/install-wasi-sdk
81
82
- name: Setup .NET
@@ -85,6 +85,12 @@ jobs:
85
dotnet-version: '9.x'
86
if: matrix.lang == 'csharp'
87
88
+ - name: Setup Go
89
+ uses: actions/setup-go@v5
90
+ with:
91
+ go-version: 1.25.4
92
+ if: matrix.lang == 'go'
93
94
# Hacky work-around for https://github.com/dotnet/runtime/issues/80619
95
- run: dotnet new console -o /tmp/foo
96
if: matrix.os != 'windows-latest' && matrix.lang == 'csharp'
0 commit comments