Skip to content

Commit

Permalink
rm go-version matrix, use 1.21.x
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-p committed May 15, 2024
1 parent 328ae5b commit fc45713
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ jobs:
needs: protos
strategy:
matrix:
go-version: [1.19.x, 1.20.x, 1.21.x]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
timeout-minutes: 15
Expand All @@ -141,7 +140,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go-version }}
go-version: 1.21.x

# Get commit message
- name: Get commit message
Expand Down

0 comments on commit fc45713

Please sign in to comment.