We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fa07c5 commit 45f6db3Copy full SHA for 45f6db3
.github/workflows/validate.yml
@@ -72,7 +72,7 @@ jobs:
72
strategy:
73
fail-fast: false
74
matrix:
75
- go-version: [1.21.x, 1.22.x]
+ go-version: [1.21.x, 1.22.x, 1.23.x]
76
race: ["-race", ""]
77
runs-on: ubuntu-22.04
78
steps:
0 commit comments