Skip to content

Commit

Permalink
chore: go 1.24
Browse files Browse the repository at this point in the history
  • Loading branch information
muety committed Feb 18, 2025
1 parent 58c2fec commit bb484c4
Show file tree
Hide file tree
Showing 4 changed files with 2,291 additions and 5,730 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v5
with:
go-version: ^1.23
go-version: ^1.24
id: go

- name: Get dependencies
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v5
with:
go-version: ^1.23
go-version: ^1.24
id: go

- run: ./testing/run_api_tests.sh ${{ matrix.db }} --migration
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v5
with:
go-version: ^1.23
go-version: ^1.24
cache: false
id: go

Expand Down
Loading

0 comments on commit bb484c4

Please sign in to comment.