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 89231f9 commit a5ae4b1Copy full SHA for a5ae4b1
.github/workflows/go.yml
@@ -21,7 +21,7 @@ jobs:
21
# https://github.com/actions/setup-go
22
- name: Use Go ${{ matrix.go_version }}
23
timeout-minutes: 3
24
- uses: actions/setup-go@v5
+ uses: actions/setup-go@v6
25
with:
26
go-version: ${{ matrix.go_version }}
27
0 commit comments