Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3e22214bbd |
@@ -29,6 +29,7 @@ jobs:
|
||||
- uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version-file: 'go.mod'
|
||||
cache: false
|
||||
|
||||
- name: Build
|
||||
run: |
|
||||
|
||||
@@ -15,6 +15,7 @@ jobs:
|
||||
- uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version-file: 'go.mod'
|
||||
cache: false
|
||||
|
||||
- name: Vet
|
||||
run: make vet
|
||||
|
||||
Reference in New Issue
Block a user