Skip to content

Commit

Permalink
force minimal go version
Browse files Browse the repository at this point in the history
Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
  • Loading branch information
shlomi-noach committed Nov 1, 2023
1 parent 4eadf96 commit a8a1e46
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:

- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '>=1.21.3'
- run: go version

- name: Build
run: make build
Expand Down

0 comments on commit a8a1e46

Please sign in to comment.