We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ff3a40 commit c8eaf12Copy full SHA for c8eaf12
.github/workflows/go.yml
@@ -25,7 +25,7 @@ jobs:
25
strategy:
26
matrix:
27
os: [macos-latest, ubuntu-latest, windows-latest]
28
- go: ['1.13', '1.19']
+ go: ['1.13', 'stable']
29
steps:
30
31
- name: Set up Go ${{ matrix.go }}
0 commit comments