Skip to content

Commit

Permalink
update go version in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
toddtreece committed Feb 7, 2024
1 parent 5d04685 commit c0cebf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
go-version: [1.17.x]
go-version: [1.22.x]
runs-on: ${{ matrix.os }}
steps:
- name: Install Go
Expand Down

0 comments on commit c0cebf2

Please sign in to comment.