We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0491e59 commit 26757ffCopy full SHA for 26757ff
2 files changed
.github/workflows/test.yaml
@@ -55,7 +55,7 @@ jobs:
55
- name: Install Go
56
uses: actions/setup-go@v4
57
with:
58
- go-version: 1.19.x
+ go-version: 1.23.x
59
60
- name: Checkout repository
61
uses: actions/checkout@v4
@@ -78,7 +78,7 @@ jobs:
78
79
80
81
82
- uses: actions/checkout@v4
83
- name: Documentation Build
84
run: go run ./hack/generate-manual
go.mod
@@ -1,8 +1,8 @@
1
module github.com/jetstack/paranoia
2
3
-go 1.24.0
+go 1.23.0
4
5
-toolchain go1.24.1
+toolchain go1.23.1
6
7
require (
8
github.com/fatih/color v1.16.0
0 commit comments