Skip to content

Commit

Permalink
fix up ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mfridman committed Aug 14, 2024
1 parent c1afdca commit 5a4aa26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- master
pull_request:

concurrency:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

Expand All @@ -17,7 +17,7 @@ jobs:

strategy:
matrix:
go-version: [oldstable, stable, "1.23.0-rc.1"]
go-version: [oldstable, stable]
os: [ubuntu-latest]

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

0 comments on commit 5a4aa26

Please sign in to comment.