Selaa lähdekoodia

Use Go 1.18 only for CI

This is required due to fuzzing
tags/v2.1.6^2
9seconds 4 vuotta sitten
vanhempi
commit
63b425f245
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      .github/workflows/ci.yaml

+ 1
- 1
.github/workflows/ci.yaml Näytä tiedosto

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

Loading…
Peruuta
Tallenna