Skip to content

Commit

Permalink
chore: default to go 1.23 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
muety committed Aug 14, 2024
1 parent 77ec044 commit 0702ee2
Show file tree
Hide file tree
Showing 4 changed files with 6,263 additions and 6,252 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.21
go-version: ^1.23
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.21
go-version: ^1.23
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.21
go-version: ^1.23
cache: false
id: go

Expand Down
Loading

0 comments on commit 0702ee2

Please sign in to comment.