Skip to content

Commit

Permalink
Bump default Go version to 1.19 (#3694)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAlias authored Feb 8, 2023
1 parent a7fb378 commit fb5c599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ env:
# Path to where test results will be saved.
TEST_RESULTS: /tmp/test-results
# Default minimum version of Go to support.
DEFAULT_GO_VERSION: 1.18
DEFAULT_GO_VERSION: 1.19
jobs:
lint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit fb5c599

Please sign in to comment.