.github/workflows/go.yaml aktualisiert
Build / build (amd64, linux) (pull_request) Has been cancelled
Build / build (amd64, windows) (pull_request) Has been cancelled
Build / build (arm64, darwin) (pull_request) Has been cancelled
Build / build (amd64, darwin) (pull_request) Has been cancelled
Build / build (arm64, linux) (pull_request) Has been cancelled
Build / build (arm64, windows) (pull_request) Has been cancelled
Build / build (amd64, linux) (pull_request) Has been cancelled
Build / build (amd64, windows) (pull_request) Has been cancelled
Build / build (arm64, darwin) (pull_request) Has been cancelled
Build / build (amd64, darwin) (pull_request) Has been cancelled
Build / build (arm64, linux) (pull_request) Has been cancelled
Build / build (arm64, windows) (pull_request) Has been cancelled
This commit is contained in:
@@ -1,6 +1,3 @@
|
|||||||
# This workflow will build a golang project
|
|
||||||
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-go
|
|
||||||
|
|
||||||
name: Build
|
name: Build
|
||||||
|
|
||||||
on:
|
on:
|
||||||
@@ -21,7 +18,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Set up Go
|
- name: Set up Go
|
||||||
uses: actions/setup-go@v3
|
uses: actions/setup-go@v4
|
||||||
with:
|
with:
|
||||||
go-version: 1.19
|
go-version: 1.19
|
||||||
|
|
||||||
@@ -37,4 +34,4 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: spotigram_${{ matrix.os }}_${{ matrix.arch }}
|
name: spotigram_${{ matrix.os }}_${{ matrix.arch }}
|
||||||
path: spotigram_${{ matrix.os }}_${{ matrix.arch }}
|
path: spotigram_${{ matrix.os }}_${{ matrix.arch }}
|
||||||
retention-days: 90
|
retention-days: 7
|
||||||
|
|||||||
Reference in New Issue
Block a user