Skip to content

Commit ed43ab3

Browse files
authored
Replace two old Go versions with two new ones (#478)
Signed-off-by: Juraci Paixão Kröhling <[email protected]>
1 parent 32bd5da commit ed43ab3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/go.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ jobs:
3030

3131
tests:
3232
runs-on: ${{ matrix.platform }}
33-
name: Unit tests on Go ${{ matrix.go }}
33+
name: Unit tests on Go ${{ matrix.go }} / ${{ matrix.platform }}
3434
strategy:
3535
fail-fast: false
3636
matrix:
37-
go: [ '1.13.x', '1.14.x', '1.15.x' ]
37+
go: [ '1.15.x', '1.16.x', '1.17.x' ]
3838
platform: [ubuntu-latest, macos-latest]
3939
steps:
4040
- name: Checkout code into the Go module directory.

0 commit comments

Comments
 (0)