Skip to content

Commit

Permalink
chore: bump ci tests add go.1.21 remove go1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
mfridman committed Aug 11, 2023
1 parent eb1d0c5 commit b2ad598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
go-version: ["1.18", "1.19", "1.20"]
go-version: ["1.19", "1.20", "1.21"]
os: [ubuntu-latest]

runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit b2ad598

Please sign in to comment.