Disable caching and add build artifact
Build the API (1.17) Details
Build the API (1.18) Details
Build the API (1.19) Details
Build the API (1.20) Details

This commit is contained in:
Profitroll 2023-04-14 15:00:48 +02:00
parent 337d7b6a55
commit fee418d90f
1 changed files with 4 additions and 2 deletions

View File

@ -16,6 +16,8 @@ jobs:
with:
go-version: ${{ matrix.go }}
check-latest: true
cache: true
- name: Run build
run: go build -ldflags "-s -w"
run: go build -ldflags "-s -w"
with:
name: holochecker_api
path: holochecker_api