Skip to content

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kdudkov authored Jul 1, 2024
1 parent 5332934 commit 899783b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ on:
branches: [ "master" ]

jobs:

build:
runs-on: ubuntu-latest
steps:
Expand All @@ -20,7 +19,10 @@ jobs:
uses: actions/setup-go@v4
with:
go-version: '1.22'


- name: Install dependencies
run: go get .

- name: Build
run: go build -v ./...

Expand Down

0 comments on commit 899783b

Please sign in to comment.