File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ version: 2.1
3
3
jobs :
4
4
test :
5
5
docker :
6
- - image : cimg/go:1.21.1
6
+ - image : cimg/go:1.21
7
7
steps :
8
8
- checkout
9
9
- setup_remote_docker :
55
55
- .
56
56
push-docker-build :
57
57
docker :
58
- - image : cimg/go:1.21.1
58
+ - image : cimg/go:1.21
59
59
environment :
60
60
IMAGE_NAME : " razornetwork/razor-go"
61
61
@@ -163,7 +163,7 @@ jobs:
163
163
164
164
publish-github-release :
165
165
docker :
166
- - image : cimg/go:1.19
166
+ - image : cimg/go:1.17
167
167
steps :
168
168
- checkout
169
169
- attach_workspace :
@@ -173,6 +173,7 @@ jobs:
173
173
- run :
174
174
name : " Publish Release on GitHub"
175
175
command : |
176
+ go version
176
177
go get -u github.com/tcnksm/ghr
177
178
VERSION=$(git describe --tags --abbrev=0)
178
179
mv razor_go.linux-amd64.tar.gz razor_go.${VERSION}.linux-amd64.tar.gz && mv razor_go.linux-arm64.tar.gz razor_go.${VERSION}.linux-arm64.tar.gz
You can’t perform that action at this time.
0 commit comments