Skip to content

Commit

Permalink
gh(integrity): update dnsclient checksum
Browse files Browse the repository at this point in the history
The resolverConfig did not change.
  • Loading branch information
Choraden authored and mmatczuk committed Aug 11, 2023
1 parent 511a13b commit 000b365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integrity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Assert DNS client
run: |
md5sum -c --quiet <<< "516cf174c57f20905997b74529c6542f ${{env.GOROOT}}/src/net/dnsclient_unix.go" \
md5sum -c --quiet <<< "fcebeaf138d8b33bca8cdd91a7bd352a ${{env.GOROOT}}/src/net/dnsclient_unix.go" \
|| (echo "Please check resolverConfig." && false)
- name: Assert DNS config
Expand Down

0 comments on commit 000b365

Please sign in to comment.