We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f53b4e commit e0f0c64Copy full SHA for e0f0c64
1 file changed
.github/workflows/main.yml
@@ -7,8 +7,8 @@ jobs:
7
strategy:
8
matrix:
9
go_version:
10
- - "1.20"
11
- - "1.21"
+ - stable
+ - oldstable
12
steps:
13
- uses: actions/checkout@v4
14
- name: Setup Go
0 commit comments