Skip to content

Commit e0a90f6

Browse files
kalil-pelissierkvlil
authored andcommitted
wip: try fix ci go version
1 parent f36c54d commit e0a90f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
if: steps.check-for-backend.outputs.has-backend == 'true'
3838
uses: actions/setup-go@v4
3939
with:
40-
go-version: "1.20"
40+
go-version: "1.22"
4141

4242
- name: Test backend
4343
if: steps.check-for-backend.outputs.has-backend == 'true'

0 commit comments

Comments
 (0)