test
This commit is contained in:
parent
d540272153
commit
ea03051cdc
1 changed files with 6 additions and 1 deletions
|
|
@ -16,6 +16,11 @@ jobs:
|
|||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Set up Go
|
||||
uses: https://code.forgejo.org/actions/setup-go@v5
|
||||
with:
|
||||
go-version: '1.18'
|
||||
|
||||
- name: Tidy dependencies
|
||||
run: go mod tidy
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue