Skip to content

Commit ee1075f

Browse files
committed
chore: sync go version to 1.22 on gh actions
Signed-off-by: Adrian Riobo <ariobolo@redhat.com>
1 parent d88d4a5 commit ee1075f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-darwin.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
os: [macOS-13]
18-
go: ['1.21']
18+
go: ['1.22']
1919
arch: [amd64, arm64]
2020

2121
steps:

.github/workflows/build-windows.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
os: [windows-2019]
18-
go: ['1.21']
18+
go: ['1.22']
1919

2020
steps:
2121
- name: Check out repository code

0 commit comments

Comments
 (0)