We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 574740e + 38b7f49 commit dcdc459Copy full SHA for dcdc459
1 file changed
.github/workflows/build.yml
@@ -18,7 +18,7 @@ jobs:
18
steps:
19
- uses: actions/checkout@v6
20
- name: Setup go
21
- uses: actions/setup-go@v5
+ uses: actions/setup-go@v6
22
with:
23
go-version: 1.23
24
- run: make install
@@ -29,7 +29,7 @@ jobs:
29
30
31
32
33
34
35
- run: |
0 commit comments