Skip to content

Commit

Permalink
.github/workflows: test with Go 1.23, 1.22
Browse files Browse the repository at this point in the history
These are the currently supported major Go versions.
  • Loading branch information
dmitshur authored Nov 3, 2024
1 parent 7dda5e1 commit 94a61ac
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
name: Main
on: [push, pull_request]
jobs:

tests:
name: ${{matrix.go-version}} ${{matrix.os}}
runs-on: ${{ matrix.os }}
strategy:
matrix:
go-version: [1.14, 1.16]
go-version: [1.23, 1.22]
os: [macos-latest, windows-latest, ubuntu-latest]
steps:
- name: Install dependencies (linux)
Expand Down

0 comments on commit 94a61ac

Please sign in to comment.