Skip to content

Commit

Permalink
Update pipeline Build ff-golang-server-sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
davejohnston committed Jun 18, 2024
1 parent 2676c31 commit 4b6d94c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .harness/pipelines/ff-golang-server-sdk-1718706413193.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ pipeline:
spec:
shell: Sh
command: |-
apt-get update
apt purge golang
apt install -y golang
go version
go get -u ./...
go build examples/getting_started.go
Expand Down

0 comments on commit 4b6d94c

Please sign in to comment.