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 e179f93 + f255463 commit 254f53aCopy full SHA for 254f53a
.github/workflows/ci-lint.yml
@@ -39,7 +39,7 @@ jobs:
39
with:
40
node-version: 20
41
- name: Set up Go
42
- uses: actions/setup-go@v5
+ uses: actions/setup-go@v6
43
44
go-version: "1.25.x"
45
cache: false
.github/workflows/ci-tests.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Checkout code
28
uses: actions/checkout@v5
29
30
31
32
33
- name: Cache Go dependencies
.github/workflows/release.yml
@@ -20,7 +20,7 @@ jobs:
20
21
fetch-depth: 0
22
23
24
25
26
- name: Install GoReleaser
0 commit comments