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.
2 parents f430ce8 + 26d5df1 commit c65156cCopy full SHA for c65156c
1 file changed
.github/workflows/ci.yml
@@ -12,7 +12,7 @@ jobs:
12
name: lint
13
runs-on: ubuntu-latest
14
steps:
15
- - uses: actions/checkout@v6
+ - uses: actions/checkout@v7
16
- uses: actions/setup-go@v6
17
with:
18
go-version-file: "go.mod"
@@ -25,7 +25,7 @@ jobs:
25
name: test
26
27
28
29
30
31
@@ -42,7 +42,7 @@ jobs:
42
- lint
43
- test
44
45
46
- uses: docker/setup-qemu-action@v4
47
- uses: docker/setup-buildx-action@v4
48
- uses: docker/login-action@v4
0 commit comments