Skip to content

Commit fedbaf9

Browse files
committed
build: Test against Go 1.22.
This updates CI to test against Go 1.22 and removes the tests for Go 1.20 accordingly.
1 parent db71f88 commit fedbaf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
go: ["1.20", "1.21"]
12+
go: ["1.21", "1.22"]
1313
steps:
1414
- name: Check out source
1515
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 #v4.1.1

0 commit comments

Comments
 (0)