support Go 1.21 (#376)

This commit is contained in:
Alessandro Ros
2023-08-23 15:06:56 +02:00
committed by GitHub
parent 1dbb85acc6
commit dec04ef9ac
3 changed files with 4 additions and 4 deletions

View File

@@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
go: ["1.18", "1.19", "1.20"]
go: ["1.19", "1.20", "1.21"]
steps:
- uses: actions/checkout@v2
@@ -24,7 +24,7 @@ jobs:
- run: make test-nodocker
- if: matrix.go == '1.19'
- if: matrix.go == '1.21'
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}