Skip to content

Commit

Permalink
add go 1.22 to ci build tests
Browse files Browse the repository at this point in the history
  • Loading branch information
deankarn committed Mar 2, 2024
1 parent 364672b commit ad59377
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yml
Expand Up @@ -8,7 +8,7 @@ jobs:
test:
strategy:
matrix:
go-version: [1.17.x,1.18.x,1.21.x]
go-version: [1.17.x,1.18.x,1.21.x,1.22.x]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
steps:
- uses: actions/setup-go@v3
with:
go-version: 1.21.x
go-version: 1.22.x
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
Expand Down

0 comments on commit ad59377

Please sign in to comment.