Skip to content

Commit

Permalink
updated the testing to Go v1.23.1
Browse files Browse the repository at this point in the history
  • Loading branch information
caffix committed Oct 19, 2024
1 parent d8b46fb commit c0f0da4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
os: [ "ubuntu-latest", "macos-latest", "windows-latest" ]
go-version: [ "1.19" ]
go-version: [ "1.23.1" ]
runs-on: ${{ matrix.os }}
steps:
-
Expand Down Expand Up @@ -39,7 +39,7 @@ jobs:
- name: setup Go
uses: actions/setup-go@v3
with:
go-version: 1.19
go-version: 1.23.1
- name: checkout
uses: actions/checkout@v3
- name: measure coverage
Expand Down

0 comments on commit c0f0da4

Please sign in to comment.