ci: use go1.23, drop go1.21 (#2933)

This commit is contained in:
sukun
2024-08-22 02:12:36 +05:30
committed by GitHub
parent c31e21d57e
commit f535990da5
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -17,6 +17,6 @@ jobs:
go-test:
uses: ./.github/workflows/go-test-template.yml
with:
go-versions: '["1.21.x", "1.22.x"]'
go-versions: '["1.22.x", "1.23.x"]'
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}