Skip to content

Commit

Permalink
ci: bump go version for CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
srackham committed Jan 21, 2025
1 parent fbfa1cc commit 971cc90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
go: ['1.18']
go: ['1.23']
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- name: Checkout repository
Expand All @@ -23,4 +23,4 @@ jobs:
- name: Install and test
run: |
go install ./...
go test ./...
go test ./...

0 comments on commit 971cc90

Please sign in to comment.