Skip to content

Commit

Permalink
.github/workflows/go.yml: bump minimum Go version to 1.13
Browse files Browse the repository at this point in the history
1.12 is now EOL for almost 2 years: https://endoflife.date/go.

Signed-off-by: Mateusz Gozdek <[email protected]>
  • Loading branch information
invidian committed Jan 10, 2022
1 parent b3aa1e3 commit e187552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ permissions:

env:
# Minimum supported Go toolchain
ACTION_MINIMUM_TOOLCHAIN: "1.12"
ACTION_MINIMUM_TOOLCHAIN: "1.13"

jobs:
build:
Expand Down

0 comments on commit e187552

Please sign in to comment.