Skip to content

Commit 3adbce2

Browse files
chore(deps): update actions/setup-go action to v5
1 parent c6b3c41 commit 3adbce2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_request.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
# https://github.com/marketplace/actions/setup-go-environment
2121
- name: Set up Go ${{ env.GO_VERSION }}
22-
uses: actions/setup-go@v2
22+
uses: actions/setup-go@v5
2323
with:
2424
go-version: ${{ env.GO_VERSION }}
2525

0 commit comments

Comments
 (0)