Skip to content

Commit

Permalink
freeze go version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
gosom committed Sep 13, 2024
1 parent 0f8ef40 commit b05e69b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: true
matrix:
go: ['>=1.20.0']
go: ['1.22.7']

steps:
- name: Check out code
Expand Down
6 changes: 2 additions & 4 deletions example-queries.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
restaurants in nicosia
restaurants in limassol
restaurants in larnaca
restaurants in paphos
friseur in bonn
Rechtsanwalt in bonn

0 comments on commit b05e69b

Please sign in to comment.