Automatic build action, take 2

This commit is contained in:
Jarno Rankinen 2024-03-07 23:12:46 +02:00
parent 8278bc9445
commit 59f051b4dd
1 changed files with 2 additions and 9 deletions

View File

@ -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