Skip to content

Commit 9f649b2

Browse files
test: Test with Go 1.23 (MeltanoLabs#109)
1 parent e4cd61c commit 9f649b2

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
@@ -13,7 +13,7 @@ jobs:
1313
test:
1414
strategy:
1515
matrix:
16-
go-version: [1.21.x, 1.22.x]
16+
go-version: [1.21.x, 1.22.x, 1.23.x]
1717
os: [ubuntu-latest, macos-latest, windows-latest]
1818
runs-on: ${{ matrix.os }}
1919
steps:
@@ -60,7 +60,7 @@ jobs:
6060
- name: Install Go
6161
uses: actions/setup-go@v5
6262
with:
63-
go-version: 1.22.x
63+
go-version: 1.23.x
6464
cache: true
6565
cache-dependency-path: go.sum
6666

0 commit comments

Comments
 (0)