diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index d173664..34142b8 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -31,7 +31,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest] - go: ["1.20", 1.21, 1.22] + go: ["1.20", 1.21, 1.22, 1.23] include: - os: ubuntu-latest go-build: ~/.cache/go-build