From a5d37e78440b16ed9ae3b0f38e2dff5081015a79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20M=C3=B6ller?= Date: Tue, 4 Jun 2024 17:37:52 +0200 Subject: [PATCH 1/2] .github/workflows/go.yaml aktualisiert --- .github/workflows/go.yaml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/go.yaml b/.github/workflows/go.yaml index 02e4545..1e43abb 100644 --- a/.github/workflows/go.yaml +++ b/.github/workflows/go.yaml @@ -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 on: @@ -21,7 +18,7 @@ jobs: - uses: actions/checkout@v3 - name: Set up Go - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version: 1.19 @@ -37,4 +34,4 @@ jobs: with: name: spotigram_${{ matrix.os }}_${{ matrix.arch }} path: spotigram_${{ matrix.os }}_${{ matrix.arch }} - retention-days: 90 + retention-days: 7 -- 2.36.6 From 637b6b4d8c21d6c40eebc37b2b87785bcd33428d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20M=C3=B6ller?= Date: Tue, 4 Jun 2024 17:54:31 +0200 Subject: [PATCH 2/2] .github/workflows/go.yaml aktualisiert --- .github/workflows/go.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yaml b/.github/workflows/go.yaml index 1e43abb..1907ec9 100644 --- a/.github/workflows/go.yaml +++ b/.github/workflows/go.yaml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@v3 - name: Set up Go - uses: actions/setup-go@v4 + uses: actions/setup-go@v3 with: go-version: 1.19 -- 2.36.6