Skip to content

Commit

Permalink
.github: bump Go version
Browse files Browse the repository at this point in the history
planetscale#140 requires >=1.23.0

Signed-off-by: Giedrius Statkevičius <giedrius.statkevicius@vinted.com>
  • Loading branch information
GiedriusS committed Sep 17, 2024
1 parent 615f978 commit 00f2107
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/setup-go@v2
with:
go-version: '^1.19'
go-version: '>=1.23.0'

- uses: actions/checkout@v2

Expand Down

0 comments on commit 00f2107

Please sign in to comment.