Skip to content

Commit 2215aee

Browse files
authored
Use Go 1.22 (#13)
Signed-off-by: Tamal Saha <[email protected]>
1 parent ec4459c commit 2215aee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
- uses: actions/checkout@v1
1919
- run: git checkout -b release-${GITHUB_REF_NAME}
2020

21-
- name: Set up Go 1.21
21+
- name: Set up Go 1.22
2222
uses: actions/setup-go@v1
2323
with:
24-
go-version: '1.21'
24+
go-version: '1.22'
2525
id: go
2626

2727
- name: Set up QEMU

0 commit comments

Comments
 (0)