We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57127cf commit 307ef5dCopy full SHA for 307ef5d
.github/workflows/lint.yml
@@ -17,7 +17,7 @@ jobs:
17
18
steps:
19
- name: Setup Go ${{ matrix.go-version }}
20
- uses: actions/setup-go@v3
+ uses: actions/setup-go@v4
21
with:
22
go-version: ${{ matrix.go-version }}
23
.github/workflows/test.yml
0 commit comments