Skip to content

Commit

Permalink
ci: Update go version matrix in github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
anmoel committed Jun 24, 2022
1 parent 48c802d commit eaf0ac2
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.15.x, 1.16.x, 1.17.x]
go-version: [1.16.x, 1.17.x, 1.18.x]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
Expand Down

0 comments on commit eaf0ac2

Please sign in to comment.