瀏覽代碼

Update github workflow

tags/v2.1.7^2
9seconds 3 年之前
父節點
當前提交
05c99aee4a
共有 1 個檔案被更改,包括 3 行新增3 行删除
  1. 3
    3
      .github/workflows/ci.yaml

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

@@ -42,7 +42,7 @@ jobs:
42 42
     strategy:
43 43
       matrix:
44 44
         go_version:
45
-          - ^1.18
45
+          - ^1.19
46 46
     steps:
47 47
       - name: Checkout
48 48
         uses: actions/checkout@v2
@@ -114,12 +114,12 @@ jobs:
114 114
       - name: Setup Go
115 115
         uses: actions/setup-go@v2
116 116
         with:
117
-          go-version: ^1.18
117
+          go-version: ^1.19
118 118
 
119 119
       - name: Run linter
120 120
         uses: golangci/golangci-lint-action@v3
121 121
         with:
122
-          version: v1.45.0
122
+          version: v1.48.0
123 123
 
124 124
   docker:
125 125
     name: Docker

Loading…
取消
儲存