Skip to content

Commit e236036

Browse files
ItsMattLcopybara-github
authored andcommitted
add go 1.22 to fresnel tests
PiperOrigin-RevId: 616851252
1 parent 9c5cbca commit e236036

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go_tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
go_tests:
55
strategy:
66
matrix:
7-
go-version: [1.18.x, 1.19.x]
7+
go-version: [1.18.x, 1.19.x, 1.22.x]
88
os: [ubuntu-latest, macos-latest, windows-latest]
99
runs-on: ${{ matrix.os }}
1010
steps:

0 commit comments

Comments
 (0)