Skip to content

Commit

Permalink
Remove command to list Go version
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-congo committed Feb 13, 2024
1 parent 8042091 commit 41fb30d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ jobs:
wget https://go.dev/dl/go${{ matrix.go }}.linux-amd64.tar.gz
tar -C /usr/local -xzf go${{ matrix.go }}.linux-amd64.tar.gz
echo "/usr/local/go/bin" >> $GITHUB_PATH
go version
- name: Build client
working-directory: ./go
Expand Down

0 comments on commit 41fb30d

Please sign in to comment.