Skip to content

Commit

Permalink
go: Update version, remove go.work (#12)
Browse files Browse the repository at this point in the history
* go: Update version

* gowork: Remove

* gitignore: Add go.work files
  • Loading branch information
echarrod authored Apr 8, 2024
1 parent 1cd44d2 commit 36f6606
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 11 deletions.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
# Golang dynamic libs/pluging
*.so
*.so

# Local dev files
/go.work
/go.work.sum
2 changes: 1 addition & 1 deletion build/ci/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module danger-go/dangerfile

go 1.20
go 1.21

require github.com/luno/danger-go v0.2.0

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/luno/danger-go

go 1.20
go 1.21

require github.com/stretchr/testify v1.9.0

Expand Down
6 changes: 0 additions & 6 deletions go.work

This file was deleted.

2 changes: 0 additions & 2 deletions go.work.sum

This file was deleted.

0 comments on commit 36f6606

Please sign in to comment.