We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de85e3b commit 17bf0dbCopy full SHA for 17bf0db
.github/workflows/test.yml
@@ -62,6 +62,7 @@ jobs:
62
- uses: actions/checkout@v4
63
- uses: actions/setup-go@v5
64
with:
65
+ go-version: oldstable
66
cache: false # setup-go v4 caches by default
67
- uses: ./
68
@@ -90,6 +91,7 @@ jobs:
90
91
92
93
94
95
96
97
@@ -113,6 +115,7 @@ jobs:
113
115
114
116
117
118
119
120
121
0 commit comments