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