We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 284bf7c commit ed0e1aeCopy full SHA for ed0e1ae
1 file changed
.github/workflows/build.yml
@@ -22,7 +22,7 @@ jobs:
22
uses: actions/checkout@v4
23
24
- name: Setup Go
25
- uses: actions/setup-go@v5
+ uses: actions/setup-go@v6
26
with:
27
go-version-file: go.mod
28
cache: true
@@ -49,7 +49,7 @@ jobs:
49
50
51
52
53
54
55
@@ -76,7 +76,7 @@ jobs:
76
fetch-depth: 0
77
78
79
80
81
82
0 commit comments