Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deps: Update EGo, ERT and Go versions #607

Merged
merged 3 commits into from
Mar 12, 2024
Merged

deps: Update EGo, ERT and Go versions #607

merged 3 commits into from
Mar 12, 2024

Conversation

daniel-weisse
Copy link
Member

Proposed changes

  • Update EGo to v1.5.0
  • Update Go to v1.21.8
  • Update ERT to v0.4.3

Copy link

netlify bot commented Mar 12, 2024

Deploy Preview for marblerun-docs ready!

Name Link
🔨 Latest commit a702208
🔍 Latest deploy log https://app.netlify.com/sites/marblerun-docs/deploys/65f04357d36cdf00081bfb1e
😎 Deploy Preview https://deploy-preview-607--marblerun-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Signed-off-by: Daniel Weiße <dw@edgeless.systems>
Signed-off-by: Daniel Weiße <dw@edgeless.systems>
Signed-off-by: Daniel Weiße <dw@edgeless.systems>
@daniel-weisse daniel-weisse marked this pull request as ready for review March 12, 2024 12:17
@daniel-weisse daniel-weisse requested a review from thomasten March 12, 2024 12:25
@@ -25,6 +25,9 @@ jobs:
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- run: |
git config --global --add safe.directory "$GITHUB_WORKSPACE"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you know why this is needed now and wasn't needed before?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not 100% sure, but golangci-lint with Go 1.21 seems to have issues with buildvcs otherwise.
We already use the same git command to mark the repository safe for the unittest workflow, but didnt here, since so far golangci-lint didnt complain

@daniel-weisse daniel-weisse merged commit 0cfe97a into master Mar 12, 2024
9 checks passed
@daniel-weisse daniel-weisse deleted the deps/update-go branch March 12, 2024 14:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants