Skip to content

Commit

Permalink
Update 2nd golang version matrix, too
Browse files Browse the repository at this point in the history
  • Loading branch information
JanneKiiskila committed May 28, 2024
1 parent d6d8701 commit 88541b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
strategy:
matrix:
# Can't run tests with 1.17 due to any requirement from ginkgo.
golang-ver: ["1.18", "1.19", "1.20"]
golang-ver: ["1.19", "1.20", "1.21", "1.22"]
runs-on: ubuntu-latest
env:
CLOUD_API_KEY : ${{ secrets.EDGE_PROXY_CI_CLOUD_ACCESS__KEY }}
Expand Down

0 comments on commit 88541b7

Please sign in to comment.