Skip to content

Commit

Permalink
updated the version of Go to be used during testing
Browse files Browse the repository at this point in the history
  • Loading branch information
caffix committed Feb 2, 2024
1 parent 9d93d23 commit 89eae36
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.21" ]
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.21
- name: checkout
uses: actions/checkout@v3
- name: measure coverage
Expand Down

0 comments on commit 89eae36

Please sign in to comment.