Skip to content

Commit 26757ff

Browse files
committed
Increase GoVersion
1 parent 0491e59 commit 26757ff

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- name: Install Go
5656
uses: actions/setup-go@v4
5757
with:
58-
go-version: 1.19.x
58+
go-version: 1.23.x
5959

6060
- name: Checkout repository
6161
uses: actions/checkout@v4
@@ -78,7 +78,7 @@ jobs:
7878
- name: Install Go
7979
uses: actions/setup-go@v4
8080
with:
81-
go-version: 1.19.x
81+
go-version: 1.23.x
8282
- uses: actions/checkout@v4
8383
- name: Documentation Build
8484
run: go run ./hack/generate-manual

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module github.com/jetstack/paranoia
22

3-
go 1.24.0
3+
go 1.23.0
44

5-
toolchain go1.24.1
5+
toolchain go1.23.1
66

77
require (
88
github.com/fatih/color v1.16.0

0 commit comments

Comments
 (0)