Skip to content

Commit 8de1760

Browse files
chore: update go version in ci workflow
Update the Go version used in the GitHub workflow to 1.23.0.
1 parent 7c04ef2 commit 8de1760

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Set up Go
1414
uses: actions/setup-go@v3
1515
with:
16-
go-version: '1.18'
16+
go-version: '1.23.0'
1717

1818
- name: Test
1919
run: go test -v ./...

0 commit comments

Comments
 (0)