Skip to content

Commit

Permalink
Updating build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kenshaw committed Feb 14, 2024
1 parent fb382cd commit ad46086
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Expand Up @@ -5,15 +5,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: 1.19.x
go-version: stable
- name: Install Packages
run: |
sudo apt-get -qq update
sudo apt-get install -y build-essential
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Build
run: |
go build ./...

0 comments on commit ad46086

Please sign in to comment.