Skip to content

Commit

Permalink
Fix #7 - GitHub Actions to use go version from go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
ankurkotwal committed Nov 21, 2023
1 parent 46cc591 commit 9c5bd45
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ jobs:
- uses: actions/checkout@v4

- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'

- name: Install dependencies
run: sudo apt install libturbojpeg0-dev
Expand Down

0 comments on commit 9c5bd45

Please sign in to comment.