Skip to content

Commit 9191ab3

Browse files
authored
Revert "feat: bump go to 1.22" (#23)
This reverts commit a6720c0. Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
1 parent fa291b6 commit 9191ab3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/lint.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- name: Install Go
1010
uses: actions/setup-go@v5
1111
with:
12-
go-version: 1.22
12+
go-version: 1.21
1313

1414
- name: Checkout code
1515
uses: actions/checkout@v4

.github/workflows/test.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- name: Install Go
1010
uses: actions/setup-go@v5
1111
with:
12-
go-version: 1.22
12+
go-version: 1.21
1313

1414
- name: Checkout code
1515
uses: actions/checkout@v4
@@ -23,7 +23,7 @@ jobs:
2323
- name: Install Go
2424
uses: actions/setup-go@v5
2525
with:
26-
go-version: 1.22
26+
go-version: 1.21
2727

2828
- name: Checkout code
2929
uses: actions/checkout@v4

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/gnolang/supernova
22

3-
go 1.22
3+
go 1.21
44

55
require (
66
github.com/peterbourgon/ff/v3 v3.4.0

0 commit comments

Comments
 (0)