Skip to content

Commit 4b6d94c

Browse files
Update pipeline Build ff-golang-server-sdk
1 parent 2676c31 commit 4b6d94c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.harness/pipelines/ff-golang-server-sdk-1718706413193.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ pipeline:
2525
spec:
2626
shell: Sh
2727
command: |-
28+
apt-get update
29+
apt purge golang
30+
apt install -y golang
2831
go version
2932
go get -u ./...
3033
go build examples/getting_started.go

0 commit comments

Comments
 (0)