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 01706dc commit 4befda6Copy full SHA for 4befda6
.github/workflows/go.yml
@@ -20,7 +20,7 @@ jobs:
20
uses: actions/checkout@v5
21
22
- name: Set up Go
23
- uses: actions/setup-go@v5
+ uses: actions/setup-go@v6
24
with:
25
go-version-file: ./go.mod
26
@@ -43,7 +43,7 @@ jobs:
43
44
45
46
47
48
49
.github/workflows/license_go.yml
@@ -16,7 +16,7 @@ jobs:
16
17
18
19
@@ -34,7 +34,7 @@ jobs:
34
35
36
37
38
39
40
0 commit comments