Disable caching and add build artifact
All checks were successful
Build the API (1.17)
Build the API (1.18)
Build the API (1.19)
Build the API (1.20)

This commit is contained in:
Profitroll 2023-04-14 15:00:48 +02:00
parent 337d7b6a55
commit fee418d90f

View File

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