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 73b6dc4 commit a1bb11aCopy full SHA for a1bb11a
.github/workflows/build.yml
@@ -315,7 +315,7 @@ jobs:
315
- name: Install Go
316
# actions/setup-go@v5 has dependency on a higher version of glibc than available in the Linux container.
317
if: fromJSON(matrix.config.container) != null
318
- uses: actions/setup-go@v4
+ uses: actions/setup-go@v5
319
with:
320
go-version: ${{ env.GO_VERSION }}
321
0 commit comments