-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
40 changed files
with
117 additions
and
1,183 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
* @ericwenn @odsod | ||
* @einride/team-data-platform |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,13 +13,12 @@ jobs: | |
- name: Setup Sage | ||
uses: einride/sage/actions/setup@master | ||
with: | ||
go-version: 1.19 | ||
go-version: "1.20" | ||
|
||
- name: Make | ||
run: make | ||
|
||
- name: Release | ||
uses: go-semantic-release/[email protected] | ||
with: | ||
github-token: ${{ secrets.GITHUB_TOKEN }} | ||
allow-initial-development-versions: true | ||
- name: Run semantic-release | ||
run: make semantic-release repo=${{ github.repository }} dry=false | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,4 @@ module sage | |
|
||
go 1.17 | ||
|
||
require go.einride.tech/sage v0.201.0 | ||
require go.einride.tech/sage v0.233.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
go.einride.tech/sage v0.201.0 h1:+F3RHppQme4p976sO6FU7XcxFpgTIGXthKA2+qHAv0E= | ||
go.einride.tech/sage v0.201.0/go.mod h1:EzV5uciFX7/2ho8EKB5K9JghOfXIxlzs694b+Tkl5GQ= | ||
go.einride.tech/sage v0.233.0 h1:fz7Qi5HEBvtY9uJist4klxoZfNZ0H81T2VCv8oOQ2Uk= | ||
go.einride.tech/sage v0.233.0/go.mod h1:EzV5uciFX7/2ho8EKB5K9JghOfXIxlzs694b+Tkl5GQ= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,23 @@ | ||
module go.einride.tech/protobuf-avro | ||
|
||
go 1.16 | ||
go 1.20 | ||
|
||
require ( | ||
cloud.google.com/go v0.110.0 | ||
cloud.google.com/go v0.110.6 | ||
github.com/google/go-cmp v0.5.9 | ||
github.com/linkedin/goavro/v2 v2.12.0 | ||
google.golang.org/genproto v0.0.0-20230209215440-0dfe4f8abfcc | ||
google.golang.org/protobuf v1.28.1 | ||
google.golang.org/genproto v0.0.0-20230726155614-23370e0ffb3e | ||
google.golang.org/protobuf v1.31.0 | ||
gotest.tools/v3 v3.5.0 | ||
) | ||
|
||
require ( | ||
github.com/golang/protobuf v1.5.3 // indirect | ||
github.com/golang/snappy v0.0.4 // indirect | ||
golang.org/x/net v0.10.0 // indirect | ||
golang.org/x/sys v0.8.0 // indirect | ||
golang.org/x/text v0.9.0 // indirect | ||
google.golang.org/genproto/googleapis/api v0.0.0-20230706204954-ccb25ca9f130 // indirect | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20230706204954-ccb25ca9f130 // indirect | ||
google.golang.org/grpc v1.56.2 // indirect | ||
) |
Oops, something went wrong.