Skip to content

Commit f8fe065

Browse files
committed
chore: bump minimum Go version to 1.21
Signed-off-by: Mark Sagi-Kazar <[email protected]>
1 parent 9ffddd4 commit f8fe065

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
os: [ubuntu-latest, macos-latest, windows-latest]
22-
go: ["1.20", "1.21", "1.22", "1.23", "1.24"]
22+
go: ["1.21", "1.22", "1.23", "1.24"]
2323

2424
steps:
2525
- name: Checkout repository

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/spf13/cast
22

3-
go 1.19
3+
go 1.21.0
44

55
require github.com/frankban/quicktest v1.14.6
66

0 commit comments

Comments
 (0)