Skip to content

Commit

Permalink
chore: add support to go 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
savsgio committed Mar 3, 2024
1 parent b550f97 commit e371ced
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
1.19.x,
1.20.x,
1.21.x,
1.22.x,
]
runs-on: ubuntu-latest
steps:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
1.19.x,
1.20.x,
1.21.x,
1.22.x,
]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit e371ced

Please sign in to comment.