mod: update dependencies; do not automatically update dependencies in builds
This commit is contained in:
@@ -22,6 +22,6 @@ jobs:
|
||||
with:
|
||||
config: ./.typos-config
|
||||
- name: Install dependencies
|
||||
run: go get -u .
|
||||
run: go get .
|
||||
- name: Run tests
|
||||
run: go test ./...
|
||||
|
||||
Reference in New Issue
Block a user