Skip to content

Commit a09b13b

Browse files
committed
Bump minimum Go version to 1.18
1 parent 5af8ad7 commit a09b13b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/go.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
CI:
99
strategy:
1010
matrix:
11-
go_version: [ "1.13.x", "1.24.x" ]
11+
go_version: [ "1.18.x", "1.24.x" ]
1212

1313
runs-on: "ubuntu-latest"
1414
steps:

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module github.com/mdobak/go-xerrors
22

3-
go 1.13
3+
go 1.18

0 commit comments

Comments
 (0)