We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af58707 commit bd28965Copy full SHA for bd28965
.github/workflows/test.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ${{ matrix.os }}
10
steps:
11
- name: Install Go
12
- uses: actions/setup-go@v4
+ uses: actions/setup-go@v5
13
with:
14
go-version: ${{ matrix.go-version }}
15
- name: Checkout code
0 commit comments