Skip to content

Commit 3bb304a

Browse files
Run tests for Go 1.20 version (#322)
1 parent 571a56b commit 3bb304a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
test:
55
strategy:
66
matrix:
7-
go-version: [1.13.x, 1.14.x, 1.15.x, 1.16.x, 1.17.x, 1.18.x, 1.19.x]
7+
go-version: [1.13.x, 1.14.x, 1.15.x, 1.16.x, 1.17.x, 1.18.x, 1.19.x, 1.20.x]
88
os: [ubuntu-latest, macos-latest]
99
runs-on: ${{ matrix.os }}
1010
steps:
@@ -17,5 +17,5 @@ jobs:
1717
- name: Test
1818
run: go test -v -race ./...
1919
- name: Format
20-
if: matrix.go-version == '1.19.x'
20+
if: matrix.go-version == '1.20.x'
2121
run: diff -u <(echo -n) <(gofmt -d .)

0 commit comments

Comments
 (0)