Skip to content

Commit

Permalink
chore: sync go version to 1.22 on gh actions
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Riobo <[email protected]>
  • Loading branch information
adrianriobo committed Oct 17, 2024
1 parent d88d4a5 commit ee1075f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-darwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
os: [macOS-13]
go: ['1.21']
go: ['1.22']
arch: [amd64, arm64]

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
os: [windows-2019]
go: ['1.21']
go: ['1.22']

steps:
- name: Check out repository code
Expand Down

0 comments on commit ee1075f

Please sign in to comment.