We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cd44d2 commit 36f6606Copy full SHA for 36f6606
.gitignore
@@ -1,2 +1,6 @@
1
# Golang dynamic libs/pluging
2
-*.so
+*.so
3
+
4
+# Local dev files
5
+/go.work
6
+/go.work.sum
build/ci/go.mod
@@ -1,6 +1,6 @@
module danger-go/dangerfile
-go 1.20
+go 1.21
require github.com/luno/danger-go v0.2.0
go.mod
module github.com/luno/danger-go
require github.com/stretchr/testify v1.9.0
go.work
go.work.sum
0 commit comments