diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 45b698f..e71b3e9 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -34,7 +34,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - go: [1.21, 1.22, 1.23] + go: [1.21, 1.22, 1.23, 1.24] include: - os: ubuntu-latest go-build: ~/.cache/go-build