Skip to content

Commit bc8fdb6

Browse files
committed
ci: switch Go to stable/oldstable (& coveralls adjustment)
1 parent d7048f2 commit bc8fdb6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pushes.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020
strategy:
2121
matrix:
2222
include:
23-
- go: '1.21.x'
23+
- go: 'stable'
2424
canonical: true
25-
- go: '1.20.x'
25+
- go: 'oldstable'
2626
canonical: false
2727

2828
steps:
@@ -106,7 +106,7 @@ jobs:
106106
uses: shogo82148/actions-goveralls@v1
107107
with:
108108
path-to-profile: ${{ runner.temp }}/profile.cov
109-
flag-name: Go-${{ matrix.go }}
109+
flag-name: ${{ steps.go-settings.outputs.go-version }}
110110
parallel: true
111111

112112

0 commit comments

Comments
 (0)