Skip to content

Commit

Permalink
fix: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
efirs committed Feb 17, 2023
1 parent ea6ce99 commit 9c1c3d5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/dev-workflow-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ on:
paths:
- scripts/install_*.sh
- Makefile
- docker/Dockerfile
- docker/Dockerfile.*
- test/docker/docker-compose.yml
- test/docker/Dockerfile
jobs:
linux:
runs-on: ubuntu-latest
Expand Down
2 changes: 2 additions & 0 deletions scripts/install_go.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ case "${OS}-${ARCH}" in
;;
esac

echo "$SHA $FN" | shasum -a 256 -c

curl -LO "https://go.dev/dl/go${VERSION}.${V}"

if [[ "$OS" == "MINGW"* ]]; then
Expand Down

0 comments on commit 9c1c3d5

Please sign in to comment.