Skip to content

Commit

Permalink
ci/gha: switch to Go 1.18.x for validate
Browse files Browse the repository at this point in the history
Signed-off-by: Kir Kolyshkin <[email protected]>
  • Loading branch information
kolyshkin committed Apr 5, 2023
1 parent be6390d commit 50a26fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- release-*
pull_request:
env:
GO_VERSION: 1.17.x
GO_VERSION: 1.18.x

jobs:

Expand Down

0 comments on commit 50a26fa

Please sign in to comment.