Skip to content

Commit

Permalink
CI - update go versions (drop 1.19, add 1.23)
Browse files Browse the repository at this point in the history
  • Loading branch information
JanneKiiskila committed Feb 7, 2025
1 parent 546d5a3 commit b8ad82d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rpc-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
# Can't run tests with 1.17 due to any requirement from ginkgo.
golang-ver: ["1.19", "1.20", "1.21", "1.22"]
golang-ver: ["1.20", "1.21", "1.22", "1.23"]
runs-on: ubuntu-latest
env:
CLOUD_API_KEY : ${{ secrets.EDGE_PROXY_CI_CLOUD_ACCESS__KEY }}
Expand Down

0 comments on commit b8ad82d

Please sign in to comment.