Skip to content

Commit d0fefbf

Browse files
ShubhamChaturvedi7Shubham Chaturvedi
and
Shubham Chaturvedi
authored
feat: check in polymorph go generated code (#1137)
Co-authored-by: Shubham Chaturvedi <[email protected]>
1 parent 1915a11 commit d0fefbf

File tree

56 files changed

+26320
-698
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+26320
-698
lines changed

Diff for: .github/workflows/library_go_tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
dafny-version: ${{ inputs.dafny }}
6969

7070
- name: Install Go
71-
uses: actions/setup-go@v2
71+
uses: actions/setup-go@v5
7272
with:
7373
go-version: ${{ matrix.go-version }}
7474

Diff for: AwsCryptographicMaterialProviders/runtimes/go/ImplementationFromDafny-go/StormTrackingCMC/externs.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ import (
77
"github.com/aws/aws-cryptographic-material-providers-library/mpl/AwsCryptographyMaterialProvidersTypes"
88
"github.com/aws/aws-cryptographic-material-providers-library/mpl/StormTracker"
99
_dafny "github.com/dafny-lang/DafnyRuntimeGo/v4/dafny"
10-
"github.com/dafny-lang/DafnyStandardLibGo/Wrappers"
1110
DafnyTime "github.com/dafny-lang/DafnyStandardLibGo/Time_"
11+
"github.com/dafny-lang/DafnyStandardLibGo/Wrappers"
1212
)
1313

1414
type StormTrackingCMC struct {

Diff for: AwsCryptographicMaterialProviders/runtimes/go/ImplementationFromDafny-go/WrappedAwsCryptographyKeyStoreService/shim.go

+88
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)