Skip to content

Commit

Permalink
feat: check in polymorph go generated code (#1137)
Browse files Browse the repository at this point in the history
Co-authored-by: Shubham Chaturvedi <[email protected]>
  • Loading branch information
ShubhamChaturvedi7 and Shubham Chaturvedi authored Dec 23, 2024
1 parent 1915a11 commit d0fefbf
Show file tree
Hide file tree
Showing 56 changed files with 26,320 additions and 698 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/library_go_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
dafny-version: ${{ inputs.dafny }}

- name: Install Go
uses: actions/setup-go@v2
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import (
"github.com/aws/aws-cryptographic-material-providers-library/mpl/AwsCryptographyMaterialProvidersTypes"
"github.com/aws/aws-cryptographic-material-providers-library/mpl/StormTracker"
_dafny "github.com/dafny-lang/DafnyRuntimeGo/v4/dafny"
"github.com/dafny-lang/DafnyStandardLibGo/Wrappers"
DafnyTime "github.com/dafny-lang/DafnyStandardLibGo/Time_"
"github.com/dafny-lang/DafnyStandardLibGo/Wrappers"
)

type StormTrackingCMC struct {
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d0fefbf

Please sign in to comment.