Skip to content

Commit

Permalink
chore(go): deprecated unscoped enum values (#8669)
Browse files Browse the repository at this point in the history
  • Loading branch information
jedevc authored Oct 30, 2024
1 parent a6620ac commit fb91096
Show file tree
Hide file tree
Showing 2 changed files with 124 additions and 23 deletions.
9 changes: 9 additions & 0 deletions .changes/unreleased/Changed-20241010-122112.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
kind: Changed
body: |-
Deprecated unscoped enum values
Enum values should now be accessed with the name prefixed by the name of the enum type - for example, "Shared" becomes "CacheSharingModeLocked".
time: 2024-10-10T12:21:12.088823248+01:00
custom:
Author: jedevc
PR: "8669"
138 changes: 115 additions & 23 deletions dagger.gen.go

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

0 comments on commit fb91096

Please sign in to comment.