Skip to content

Commit

Permalink
Merge pull request #1124 from Aoang/chore/ci-go-version
Browse files Browse the repository at this point in the history
chore(ci): Update Go version matrix in build workflow
  • Loading branch information
j2gg0s authored Feb 16, 2025
2 parents 867e354 + 30c69ba commit fc6a894
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go-version: [1.22.x, 1.23.x]
go-version: [1.22.x, 1.23.x, 1.24.x]

services:
postgres:
Expand Down

0 comments on commit fc6a894

Please sign in to comment.