We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a83d3d commit f766d35Copy full SHA for f766d35
.github/workflows/ci.yaml
@@ -23,7 +23,7 @@ jobs:
23
with:
24
go-version: ${{ env.GOLANG_VERSION }}
25
- name: Checkout code
26
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
27
- name: Run golangci-lint
28
uses: golangci/golangci-lint-action@v3
29
0 commit comments