Przeglądaj źródła

Update CI

tags/v2.1.8^2
9seconds 3 miesięcy temu
rodzic
commit
c74c0c92c6
1 zmienionych plików z 4 dodań i 4 usunięć
  1. 4
    4
      .github/workflows/ci.yaml

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

42
     strategy:
42
     strategy:
43
       matrix:
43
       matrix:
44
         go_version:
44
         go_version:
45
-          - ^1.19
45
+          - ^1.25
46
     steps:
46
     steps:
47
       - name: Checkout
47
       - name: Checkout
48
         uses: actions/checkout@v2
48
         uses: actions/checkout@v2
82
       - name: Setup Go
82
       - name: Setup Go
83
         uses: actions/setup-go@v2
83
         uses: actions/setup-go@v2
84
         with:
84
         with:
85
-          go-version: ^1.18
85
+          go-version: ^1.25
86
 
86
 
87
       - name: Cache fuzz results
87
       - name: Cache fuzz results
88
         uses: actions/cache@v2
88
         uses: actions/cache@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.19
117
+          go-version: ^1.25
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.48.0
122
+          version: v2.9.0
123
 
123
 
124
   docker:
124
   docker:
125
     name: Docker
125
     name: Docker

Ładowanie…
Anuluj
Zapisz