Skip to content

Commit 7fca573

Browse files
committed
fix(ci): updating go version
1 parent 3a888d9 commit 7fca573

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/golang-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@master
1919
- uses: actions/setup-go@v5
2020
with:
21-
go-version: 1.19
21+
go-version: 1.24
2222
- name: start soft-serve
2323
run: ./hack/soft-serve/start.sh
2424
- name: run golang tests

0 commit comments

Comments
 (0)