Skip to content

Commit

Permalink
update CI flow
Browse files Browse the repository at this point in the history
  • Loading branch information
aldas committed Aug 31, 2023
1 parent 2e63b0b commit c9fbd97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ permissions:

env:
# run coverage only with the latest Go version
LATEST_GO_VERSION: "1.20"
LATEST_GO_VERSION: "1.21"


jobs:
test:
strategy:
matrix:
go-version: [ "1.19", "1.20" ]
go-version: [ "1.19", "1.20", "1.21" ]
platform: [ ubuntu-latest ]
runs-on: ${{ matrix.platform }}
steps:
Expand Down

0 comments on commit c9fbd97

Please sign in to comment.