Skip to content

Commit

Permalink
go
Browse files Browse the repository at this point in the history
Signed-off-by: Yury-Fridlyand <yury.fridlyand@improving.com>
  • Loading branch information
Yury-Fridlyand committed Sep 21, 2024
1 parent 7d2cf88 commit a716631
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/json_matrices/build-matrix.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"ARCH": "arm64",
"TARGET": "aarch64-apple-darwin",
"PACKAGE_MANAGERS": ["pypi", "npm"],
"languages": ["python", "node", "java", "go", "dotnet"]
"// languages": ["python", "node", "java", "go", "dotnet"]
},
{
"OS": "ubuntu",
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ jobs:
yum update
yum install -y git tar
echo IMAGE=amazonlinux:latest | sed -r 's/:/-/g' >> $GITHUB_ENV
git config --global --add safe.directory "$GITHUB_WORKSPACE"
# Replace `:` in the variable otherwise it can't be used in `upload-artifact`

- uses: actions/checkout@v4
Expand Down

0 comments on commit a716631

Please sign in to comment.