Skip to content

Commit

Permalink
📌 ci: Add new example to build on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Jictyvoo committed Jul 11, 2024
1 parent 16ee8b3 commit f8ce2c3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build_examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,8 @@ jobs:
- name: Build bindlogger example
run: cd ./examples/bindlogger && go build -v ./...

- name: Build dynamic constructors example
run: cd ./examples/dynamiconstructor && go build -v ./...

- name: Build guessing_types example
run: cd ./examples/guessing_types && go build -v ./...
5 changes: 1 addition & 4 deletions examples/dynamiconstructor/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,4 @@ module github.com/wrapped-owls/goremy-di/examples/dynamiconstructor

go 1.20

require (
github.com/mattn/go-sqlite3 v1.14.22
github.com/wrapped-owls/goremy-di/remy v1.8.0
)
require github.com/wrapped-owls/goremy-di/remy v1.8.0
2 changes: 0 additions & 2 deletions examples/dynamiconstructor/go.sum
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
github.com/mattn/go-sqlite3 v1.14.22 h1:2gZY6PC6kBnID23Tichd1K+Z0oS6nE/XwU+Vz/5o4kU=
github.com/mattn/go-sqlite3 v1.14.22/go.mod h1:Uh1q+B4BYcTPb+yiD3kU8Ct7aC0hY9fxUwlHK0RXw+Y=
github.com/wrapped-owls/goremy-di/remy v1.8.0 h1:dcCV+acizHoa1DJDjMN2nrH7oxi6Ftx7eda8wy2H+tY=
github.com/wrapped-owls/goremy-di/remy v1.8.0/go.mod h1:u3y4TeiYnQNaEhKRbl3tyKPFpH8m/bV5wRenf4KmaDs=

0 comments on commit f8ce2c3

Please sign in to comment.