Skip to content

Commit e8cc34e

Browse files
committed
fix(go): corrected Go versions in go.mod and CI workflow
1 parent 3d9dc52 commit e8cc34e

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
- name: Set up Go
111111
uses: actions/setup-go@v5
112112
with:
113-
go-version: '^1.18'
113+
go-version: '1.22.x'
114114
cache: false
115115
- name: Run Go tests
116116
run: go test ./...

2017/go.mod

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

3-
go 1.26.2
3+
go 1.22
44

55
require (
66
github.com/markkovari/advent_of_code/aoc-go-common v0.0.0-00010101000000-000000000000

2019/go/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module markkovari/advent-of-code/2019
22

3-
go 1.26.2
3+
go 1.22
44

55
replace github.com/markkovari/advent_of_code/aoc-go-common => ../../aoc-go-common
66

2024/golang/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module markkovari/advent-of-code-2024
22

3-
go 1.26.2
3+
go 1.22
44

55
replace github.com/markkovari/advent_of_code/aoc-go-common => ../../aoc-go-common
66

0 commit comments

Comments
 (0)