We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 627217f commit eb35318Copy full SHA for eb35318
.github/workflows/unit.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ${{ matrix.os }}
13
strategy:
14
matrix:
15
- go: ['1.18', '1.19', '1.20', '1.21']
+ go: ['1.20', '1.21', '1.22', '1.23', '1.24']
16
os: [ubuntu-latest, macos-latest, windows-latest]
17
steps:
18
- name: Harden Runner
0 commit comments