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 6173f05 commit 50044edCopy full SHA for 50044ed
1 file changed
.github/workflows/ci.yaml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ubuntu-latest
16
steps:
17
- uses: actions/checkout@v6.0.3 # Checkout complement
18
- - uses: actions/setup-go@v6
+ - uses: actions/setup-go@v6.4.0
19
with:
20
go-version-file: go.mod
21
- name: "Run internal Complement tests"
@@ -56,7 +56,7 @@ jobs:
56
57
58
59
60
61
62
0 commit comments