mirror of
https://github.com/tim-beatham/smegmesh.git
synced 2025-06-20 11:47:45 +02:00
Run go mod tidy in workflow
This commit is contained in:
parent
900c67a121
commit
2d45c2d298
3
.github/workflows/go.yml
vendored
3
.github/workflows/go.yml
vendored
@ -21,6 +21,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
go-version: '1.20'
|
go-version: '1.20'
|
||||||
|
|
||||||
|
- name: Tidy
|
||||||
|
run: go mod tidy
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: go build -v ./...
|
run: go build -v ./...
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user