Skip to content

Commit 756cf32

Browse files
committed
GitHub Actions: test with Go 1.24 .. 1.15
1 parent e2ce75e commit 756cf32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
# Debian oldstable (buster) has Go 1.11
17-
go: [ '1.19', '1.18', '1.17', '1.16', '1.15', '1.14', '1.13', '1.12', '1.11' ]
16+
# Debian oldstable (bullseye) has Go 1.15
17+
go: [ '1.24', '1.23', '1.22', '1.21', '1.20', '1.19', '1.18', '1.17', '1.16', '1.15' ]
1818
steps:
1919

2020
- name: Set up Go 1.x

0 commit comments

Comments
 (0)