We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 949dfb3 commit 61a0f7aCopy full SHA for 61a0f7a
.github/workflows/ci.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Checkout
27
uses: actions/checkout@v4
28
29
- - uses: actions/setup-go@v5
+ - uses: actions/setup-go@v6
30
with:
31
go-version-file: "go.mod"
32
cache: false
@@ -58,7 +58,7 @@ jobs:
58
59
60
61
62
63
64
@@ -130,7 +130,7 @@ jobs:
130
131
132
133
134
135
136
cache: true
0 commit comments