Skip to content

Commit 28163bd

Browse files
authored
CI: Check with last two Go stable versions (#21)
1 parent 7fe574b commit 28163bd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build-and-test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
build:
1212
strategy:
1313
matrix:
14-
go-version: [ '1.21', '1.24' ]
14+
go-version: [ stable, oldstable ]
1515

1616
runs-on: ubuntu-latest
1717
steps:
@@ -25,6 +25,9 @@ jobs:
2525
with:
2626
go-version: ${{ matrix.go-version }}
2727

28+
- name: Go version
29+
run: go version
30+
2831
- name: Build
2932
run: go build -v ./...
3033

0 commit comments

Comments
 (0)