Skip to content

Commit

Permalink
Fixed tests.yml (Go version error)
Browse files Browse the repository at this point in the history
  • Loading branch information
1NepuNep1 committed Jan 19, 2025
1 parent 063046c commit 5a07e60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go-version: [1.20.x, 1.21.x]
go-version: [1.22.x, 1.23.x]
os: [ubuntu, windows, macos]

runs-on: ${{ matrix.os }}-latest
Expand Down

0 comments on commit 5a07e60

Please sign in to comment.