Przeglądaj źródła

Update github workflow

tags/v2.1.7^2
9seconds 3 lat temu
rodzic
commit
05c99aee4a
1 zmienionych plików z 3 dodań i 3 usunięć
  1. 3
    3
      .github/workflows/ci.yaml

+ 3
- 3
.github/workflows/ci.yaml Wyświetl plik

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

Ładowanie…
Anuluj
Zapisz