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.
1 parent d2f6dec commit ef890caCopy full SHA for ef890ca
.github/workflows/publish-go-nightly-task.yml
@@ -111,6 +111,11 @@ jobs:
111
- name: Checkout repository
112
uses: actions/checkout@v5
113
114
+ - name: Install Go
115
+ uses: actions/setup-go@v6
116
+ with:
117
+ go-version-file: go.mod
118
+
119
- name: Download artifacts
120
uses: actions/download-artifact@v6
121
with:
.github/workflows/release-go-task.yml
0 commit comments