Skip to content

Commit

Permalink
fix: github actions
Browse files Browse the repository at this point in the history
Signed-off-by: Akash Kumar <meakash7902@gmail.com>
  • Loading branch information
AkashKumar7902 committed Oct 9, 2023
1 parent aa608de commit b99e89a
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/go.yml
Expand Up @@ -44,18 +44,11 @@ jobs:
githubToken: ${{ secrets.GITHUB_TOKEN }}

install: |
apt-get update -y -q
apt-get upgrade -y -q
curl -O https://storage.googleapis.com/golang/go1.13.5.linux-arm64.tar.gz
tar -xvf go1.13.5.linux-amd64.tar.gz
mv go /usr/local
echo "export GOPATH=$HOME/work" >> ~/.profile
echo "export PATH=$PATH:/usr/local/go/bin:$GOPATH/bin" >> ~/.profile
source ~/.profile
apt install golang-go
run: |
go version
ls
go build -v ./...
# go build -v ./...
- name: Set up Go
uses: actions/setup-go@v4
with:
Expand Down

0 comments on commit b99e89a

Please sign in to comment.