Skip to content

Commit 2676c31

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ pipeline:
2525
spec:
2626
shell: Sh
2727
command: |-
28-
go mod tidy
28+
go version
29+
go get -u ./...
2930
go build examples/getting_started.go
3031
timeout: ""
3132
type: Run

0 commit comments

Comments
 (0)