Skip to content

Commit

Permalink
ci: Update golang version test
Browse files Browse the repository at this point in the history
  • Loading branch information
anmoel committed Feb 8, 2024
1 parent 01e4858 commit 01d290a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/feature-branches.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
strategy:
max-parallel: 1
matrix:
go-version: [1.19.x, 1.20.x, 1.21.x]
go-version: [1.20.x, 1.21.x, 1.22.x]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
Expand Down

0 comments on commit 01d290a

Please sign in to comment.