Skip to content

Commit

Permalink
Update go version matrices for CI/CD workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
dstotijn committed Jan 13, 2025
1 parent 7ed5538 commit 52c83a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: ["1.17", "1.16"]
go: ["1.23", "1.22", "1.21"]
name: Go ${{ matrix.go }} - Build
steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -34,7 +34,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: ["1.17", "1.16"]
go: ["1.23", "1.22", "1.21"]
name: Go ${{ matrix.go }} - Test
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 52c83a1

Please sign in to comment.