This commit is contained in:
parent
3434d915c1
commit
599f2ffc59
@ -24,4 +24,4 @@ steps:
|
|||||||
GOARCH: amd64
|
GOARCH: amd64
|
||||||
commands:
|
commands:
|
||||||
- go test -v ./pkg/
|
- go test -v ./pkg/
|
||||||
- go build -o /binaries/CalculateTest_amd64
|
- go build ./pkg/ -o /binaries/CalculateTest_amd64
|
||||||
|
3
pkg/go.mod
Normal file
3
pkg/go.mod
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
module calc
|
||||||
|
|
||||||
|
go 1.19
|
Loading…
Reference in New Issue
Block a user