We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa291b6 commit 9191ab3Copy full SHA for 9191ab3
.github/workflows/lint.yaml
@@ -9,7 +9,7 @@ jobs:
9
- name: Install Go
10
uses: actions/setup-go@v5
11
with:
12
- go-version: 1.22
+ go-version: 1.21
13
14
- name: Checkout code
15
uses: actions/checkout@v4
.github/workflows/test.yaml
@@ -23,7 +23,7 @@ jobs:
23
24
25
26
27
28
29
go.mod
@@ -1,6 +1,6 @@
1
module github.com/gnolang/supernova
2
3
-go 1.22
+go 1.21
4
5
require (
6
github.com/peterbourgon/ff/v3 v3.4.0
0 commit comments