Skip to content

Commit 0bc6ed3

Browse files
author
Vladislav Byrgazov
committed
Fix CI go version
Signed-off-by: Vladislav Byrgazov <vladislav.byrgazov@xored.com>
1 parent ad5d053 commit 0bc6ed3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
uses: actions/checkout@v2
8989
- uses: actions/setup-go@v4
9090
with:
91-
go-version: 1.30.1
91+
go-version: 1.23.1
9292

9393
# Use buildx to build for two platforms (amd64, arm64) in one image
9494
- name: Docker Build

0 commit comments

Comments
 (0)