We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7048f2 commit bc8fdb6Copy full SHA for bc8fdb6
.github/workflows/pushes.yaml
@@ -20,9 +20,9 @@ jobs:
20
strategy:
21
matrix:
22
include:
23
- - go: '1.21.x'
+ - go: 'stable'
24
canonical: true
25
- - go: '1.20.x'
+ - go: 'oldstable'
26
canonical: false
27
28
steps:
@@ -106,7 +106,7 @@ jobs:
106
uses: shogo82148/actions-goveralls@v1
107
with:
108
path-to-profile: ${{ runner.temp }}/profile.cov
109
- flag-name: Go-${{ matrix.go }}
+ flag-name: ${{ steps.go-settings.outputs.go-version }}
110
parallel: true
111
112
0 commit comments