We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2a8e3d commit df56314Copy full SHA for df56314
1 file changed
.github/workflows/github-actions.yml
@@ -16,7 +16,6 @@ jobs:
16
steps:
17
- uses: actions/checkout@v4
18
- name: Install Go ${{ matrix.go-version }}
19
- if: matrix.go-version != 'tip'
20
uses: actions/setup-go@v5
21
with:
22
go-version: ${{ matrix.go-version == 'tip' && '1.x' || matrix.go-version }}
0 commit comments