From 59f051b4dd9d8ee706b9d34c9702ef525fe61803 Mon Sep 17 00:00:00 2001 From: Jarno Rankinen Date: Thu, 7 Mar 2024 23:12:46 +0200 Subject: [PATCH] Automatic build action, take 2 --- .github/workflows/build.yaml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index a9ababc..10eff36 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -12,17 +12,10 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Setup Go - uses: actions/setup-go@v2 + uses: actions/setup-go@v4 with: go-version: '1.18.0' - - # Install all the dependencies - - name: Install dependencies - run: go version - - - # Run build of the application - name: Build x86_64 run: ./build.sh \ No newline at end of file