瀏覽代碼

Use Go 1.18 only for CI

This is required due to fuzzing
tags/v2.1.6^2
9seconds 4 年之前
父節點
當前提交
63b425f245
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      .github/workflows/ci.yaml

+ 1
- 1
.github/workflows/ci.yaml 查看文件

@@ -42,7 +42,7 @@ jobs:
42 42
     strategy:
43 43
       matrix:
44 44
         go_version:
45
-          - ^1.17
45
+          - ^1.18
46 46
     steps:
47 47
       - name: Checkout
48 48
         uses: actions/checkout@v2

Loading…
取消
儲存