diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 6f3e604..af98d2c 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -28,7 +28,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - go: [1.19, "1.20", 1.21, 1.22] + go: ["1.20", 1.21, 1.22] include: - os: ubuntu-latest go-build: ~/.cache/go-build