diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a8639ca..ecc0175 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,10 +12,10 @@ jobs: strategy: matrix: go-version: - - '^1.18.0' - - '^1.19.0' - - '^1.20.0' - - '^1.21.0' + - '1.18.*' + - '1.19.*' + - '1.20.*' + - '1.21.*' steps: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # 4.1.1