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