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 e42e33e commit 8dbbd91Copy full SHA for 8dbbd91
.github/workflows/release.yaml
@@ -17,7 +17,7 @@ jobs:
17
with:
18
fetch-depth: 0
19
- name: Set up Go
20
- uses: actions/setup-go@v5
+ uses: actions/setup-go@v6
21
22
go-version: 1.24.3
23
cache: true
.github/workflows/tests.yaml
@@ -11,7 +11,7 @@ jobs:
11
- name: Checkout code
12
uses: actions/checkout@v5
13
14
15
16
go-version: 1.24.x
action.yaml
@@ -25,7 +25,7 @@ runs:
25
steps:
26
27
28
29
30
go-version: '1.24.3'
31
cache-dependency-path: ${{ github.action_path }}/go.sum
0 commit comments