Skip to content

Commit e187552

Browse files
committed
.github/workflows/go.yml: bump minimum Go version to 1.13
1.12 is now EOL for almost 2 years: https://endoflife.date/go. Signed-off-by: Mateusz Gozdek <[email protected]>
1 parent b3aa1e3 commit e187552

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ permissions:
1111

1212
env:
1313
# Minimum supported Go toolchain
14-
ACTION_MINIMUM_TOOLCHAIN: "1.12"
14+
ACTION_MINIMUM_TOOLCHAIN: "1.13"
1515

1616
jobs:
1717
build:

0 commit comments

Comments
 (0)