|
@@ -20,11 +20,14 @@ jobs:
|
|
|
steps:
|
|
|
- uses: actions/checkout@v2
|
|
|
|
|
|
- - name: Set up Golang 1.20
|
|
|
+ - name: Setup Golang 1.20
|
|
|
uses: actions/setup-go@v5
|
|
|
with:
|
|
|
go-version: '1.20'
|
|
|
|
|
|
+ - name: Setup License
|
|
|
+ run: go run cmd/license/generate/main.go
|
|
|
+
|
|
|
- name: Install dependencies
|
|
|
run: go mod download
|
|
|
|