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 8b08a8d commit 5a49774Copy full SHA for 5a49774
.github/workflows/ci.yml
@@ -27,7 +27,7 @@ jobs:
27
28
# Go
29
- name: Set up Go
30
- uses: actions/setup-go@v4
+ uses: actions/setup-go@v6
31
with:
32
go-version: 1.20.x
33
@@ -69,7 +69,7 @@ jobs:
69
70
71
72
73
74
75
@@ -130,7 +130,7 @@ jobs:
130
131
132
133
134
135
go-version: ${{ matrix.go-version }}
136
.github/workflows/publish.yml
0 commit comments