Skip to content

Commit

Permalink
CI: update go versions to more recent ones
Browse files Browse the repository at this point in the history
  • Loading branch information
pierrec committed Jan 8, 2024
1 parent d9eb671 commit 9542ba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
go: ["1.15", "1.16", "1.17"]
go: ["1.19", "1.20", "1.21"]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 9542ba5

Please sign in to comment.