Skip to content

Commit 6b384fb

Browse files
authored
chore: Bump go version to 1.19 (#213)
1 parent 28830e1 commit 6b384fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/obalunenko/advent-of-code
22

3-
go 1.18
3+
go 1.19
44

55
require (
66
github.com/briandowns/spinner v1.19.0

tools/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/obalunenko/advent-of-code/tools
22

3-
go 1.18
3+
go 1.19
44

55
require (
66
github.com/axw/gocov v1.1.0

0 commit comments

Comments
 (0)