]> Sergey Matveev's repositories - btrtrc.git/commitdiff
Use Go 1.22 in CI
authorMatt Joiner <anacrolix@gmail.com>
Mon, 26 Feb 2024 11:36:44 +0000 (22:36 +1100)
committerMatt Joiner <anacrolix@gmail.com>
Tue, 27 Feb 2024 03:49:41 +0000 (14:49 +1100)
.github/workflows/go.yml

index 43162234637dc3d1c020f896093819a166480dd5..7f61a51f2f1753a4194c6e24c0ab697a2472ff4f 100644 (file)
@@ -9,7 +9,7 @@ jobs:
     runs-on: ${{ matrix.os }}
     strategy:
       matrix:
-        go-version: [ '1.21' ]
+        go-version: [ '1.22' ]
         os: [windows-latest, macos-latest, ubuntu-latest]
       fail-fast: false
     steps:
@@ -25,7 +25,7 @@ jobs:
     runs-on: ubuntu-latest
     strategy:
       matrix:
-        go-version: [ '1.21' ]
+        go-version: [ '1.22' ]
       fail-fast: false
     steps:
     - uses: actions/checkout@v2
@@ -36,7 +36,7 @@ jobs:
     runs-on: ubuntu-latest
     strategy:
       matrix:
-        go-version: [ '1.21' ]
+        go-version: [ '1.22' ]
       fail-fast: false
     steps:
     - uses: actions/checkout@v2
@@ -48,7 +48,7 @@ jobs:
     runs-on: ubuntu-latest
     strategy:
       matrix:
-        go-version: [ '1.21' ]
+        go-version: [ '1.22' ]
       fail-fast: false
     steps:
     - uses: actions/checkout@v2
@@ -61,7 +61,7 @@ jobs:
     runs-on: ubuntu-latest
     strategy:
       matrix:
-        go-version: [ '1.21' ]
+        go-version: [ '1.22' ]
       fail-fast: false
     steps:
     - uses: actions/checkout@v2
@@ -75,7 +75,7 @@ jobs:
     runs-on: ${{ matrix.os }}
     strategy:
       matrix:
-        go-version: [ '1.21' ]
+        go-version: [ '1.22' ]
         os: [ubuntu-latest]
       fail-fast: false
     steps: