Skip to content

Commit

Permalink
ci: test with go 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
zegl committed Apr 18, 2024
1 parent 77a6bda commit 4f1ef27
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@ on: [push]

jobs:
build:

strategy:
matrix:
go-version: ["1.19", "1.20", "1.21"]
go-version: ["1.22"]
os: [macos-latest, ubuntu-latest]

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

0 comments on commit 4f1ef27

Please sign in to comment.