瀏覽代碼

Go 1.21.x in tests matrix

Francesco Cheinasso 1 年之前
父節點
當前提交
f31b02e74a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/go.yml

+ 1 - 1
.github/workflows/go.yml

@@ -20,7 +20,7 @@ jobs:
     name: Test
     strategy:
       matrix:
-        go-version: [1.16.x, 1.17.x, 1.18.x, 1.19.x, 1.20.x]
+        go-version: [1.16.x, 1.17.x, 1.18.x, 1.19.x, 1.20.x, 1.21.x]
     runs-on: ubuntu-latest
     steps:
     - name: Set up Go 1.x