We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aedee8b commit 3389c72Copy full SHA for 3389c72
.github/workflows/test.yml
@@ -20,10 +20,10 @@ jobs:
20
steps:
21
22
- name: checkout
23
- uses: actions/checkout@v2
+ uses: actions/checkout@v5
24
25
- name: install go ${{ matrix.go-version }}
26
- uses: actions/setup-go@v2
+ uses: actions/setup-go@v6
27
with:
28
stable: '!contains(${{ matrix.go-version }}, "beta") && !contains(${{ matrix.go-version }}, "rc")'
29
go-version: ${{ matrix.go-version }}
0 commit comments