Skip to content

Commit 2052dfc

Browse files
committed
ci: update go version
Signed-off-by: Patrizio Bekerle <[email protected]>
1 parent cc703ee commit 2052dfc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
tags:
55
- "v*"
66
env:
7-
GO_VERSION: "1.20"
7+
GO_VERSION: "1.22"
88
jobs:
99
release:
1010
name: Release

.github/workflows/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
- 'justfile'
1111
pull_request:
1212
env:
13-
GO_VERSION: "1.17"
13+
GO_VERSION: "1.22"
1414
jobs:
1515
test:
1616
name: Test

0 commit comments

Comments
 (0)