Closed mtcoafun closed 2 years ago
Hey @mtcoafun, thanks for letting me know I'll check that
@mtcoafun please take a look at https://github.com/guyarb/golang-test-annotations-example
to run it on go1.18 the go.mod
should be changed as well
let me know if that didn't fix your run
@mtcoafun please take a look at https://github.com/guyarb/golang-test-annotations-example
to run it on go1.18 the
go.mod
should be changed as welllet me know if that didn't fix your run
module github.com/mtcoafun/goutil
go 1.18
this is my projcet go.mod
@mtcoafun, the annotation is pure Javascript code, there is no go code in golang-test-annotations
, it only parses the go test
output
and the failure is in the run tests
step
so it seems like there is a problem with the required project in your go.mod
- require golang.org/x/exp v0.0.0-20220328175248-053ad81199eb
@guyarb but my other Go test workflow is working correctly
okay i will try to add this
In action readme, the go version is set with
go1.14.x
, then I change it tobut it didnt work in my workflow pipline...