Skip to content

Commit

Permalink
X
Browse files Browse the repository at this point in the history
  • Loading branch information
Choraden committed Aug 7, 2023
1 parent f2e58d4 commit f1a2a9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dns.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- name: Check Hash
run: |
GOROOT = go env | grep "^GOROOT=" | cut -d'=' -f2
echo $GOROOT
GOROOT_VALUE=$(go env | awk -F'=' '/^GOROOT=/{print $2}')
echo $GOROOT_VALUE

0 comments on commit f1a2a9b

Please sign in to comment.