We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3a7a99 commit 07525dbCopy full SHA for 07525db
1 file changed
.github/workflows/go.yml
@@ -16,7 +16,7 @@ jobs:
16
matrix:
17
go: [ '1.22', '1.21', '1.20' ]
18
steps:
19
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
20
21
- name: Pre-run
22
run: |
0 commit comments