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

all: update deps and regenerate all goldens #3153

Merged
merged 1 commit into from Aug 4, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 2 additions & 0 deletions .gitattributes
Expand Up @@ -2,3 +2,5 @@
/internal/website/data/examples.json linguist-generated=true
**/testdata/**/*.yaml linguist-generated=true
**/testdata/**/*.replay linguist-generated=true
*.replay binary

2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Expand Up @@ -22,6 +22,8 @@ jobs:
# Note: we used to include windows-latest, but it's super
# flaky on Github runners, lots of OOMs.
os: [ubuntu-latest, macos-latest]
# When updating this, make sure to also update the
# latest_go_version variable in internal/testing/runchecks.sh.
go-version: [1.19.x]
include:
- go-version: 1.18.x
Expand Down

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