Skip to content

Commit 0b0827e

Browse files
authored
Update test.yml
1 parent 203a169 commit 0b0827e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ jobs:
44
test:
55
strategy:
66
matrix:
7-
go-version: [1.19.x]
7+
go-version: [1.23.x]
88
os: [ubuntu-latest]
99
runs-on: ${{ matrix.os }}
1010
steps:
1111
- uses: actions/setup-go@v5
1212
with:
1313
go-version: ${{ matrix.go-version }}
1414
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
15-
- run: go test ./...
15+
- run: go test ./...

0 commit comments

Comments
 (0)