Skip to content

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Avyukth authored Oct 17, 2023
1 parent 53e2d44 commit 51a6ffc
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,11 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17
go-version: 1.21

- name: Run tests
run: make test

- name: Build DB
run: make build-db

- name: Build Docker Image
run: make build

Expand Down

0 comments on commit 51a6ffc

Please sign in to comment.