Skip to content

Commit b2a69f9

Browse files
authored
Update supported golang version (#82)
1 parent 7392091 commit b2a69f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint_and_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
strategy:
1616
matrix:
17-
go-version: [1.20.x, 1.21.x]
17+
go-version: [1.21.x, 1.22.x]
1818
platform: [ubuntu-latest, macos-latest, windows-latest]
1919

2020
runs-on: ${{ matrix.platform }}

0 commit comments

Comments
 (0)