Skip to content

Commit 261bbdd

Browse files
authored
Degraded go version to 1.19 for publish-github-release to support ghr (#1132)
1 parent fc5dd12 commit 261bbdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ jobs:
163163

164164
publish-github-release:
165165
docker:
166-
- image: cimg/go:1.21.1
166+
- image: cimg/go:1.19
167167
steps:
168168
- checkout
169169
- attach_workspace:

0 commit comments

Comments
 (0)