We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6b3c41 commit 3adbce2Copy full SHA for 3adbce2
.github/workflows/pull_request.yml
@@ -19,7 +19,7 @@ jobs:
19
steps:
20
# https://github.com/marketplace/actions/setup-go-environment
21
- name: Set up Go ${{ env.GO_VERSION }}
22
- uses: actions/setup-go@v2
+ uses: actions/setup-go@v5
23
with:
24
go-version: ${{ env.GO_VERSION }}
25
0 commit comments