Update pipeline to use Go 1.23

This commit is contained in:
Lea Anthony 2025-01-16 20:26:24 +11:00
commit 7387e62a95
No known key found for this signature in database
GPG key ID: 33DAF7BB90A58405

View file

@ -30,7 +30,7 @@ jobs:
fail-fast: false
matrix:
os: [windows-latest, macos-latest, ubuntu-latest]
go-version: [1.22]
go-version: [1.23]
steps:
- name: Checkout code